add lsfg; use programs gpu screen recorder; remove unused programs; biome lsp is way out of date;

This commit is contained in:
2025-08-01 09:55:42 +01:00
parent 36264583b2
commit e4b45eeb4a
5 changed files with 30 additions and 12 deletions

View File

@@ -29,9 +29,14 @@
url = "github:soupglasses/nix-system-graphics?shallow=1";
inputs.nixpkgs.follows = "nixpkgs";
};
lsfg-vk-flake = {
url = "github:pabloaul/lsfg-vk-flake/main";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, nixos-hardware, home-manager, system-manager, nix-system-graphics, nix-index-database, ... }@inputs:
outputs = { self, nixpkgs, nixos-hardware, home-manager, system-manager, nix-system-graphics, nix-index-database, lsfg-vk-flake, ... }@inputs:
let
system = "x86_64-linux";
pkgs = import nixpkgs {
@@ -44,6 +49,7 @@
specialArgs = { inherit inputs; };
modules = [
./devices/tuxedo/configuration.nix
lsfg-vk-flake.nixosModules.default
];
};
nixosConfigurations.starlite = nixpkgs.lib.nixosSystem {