move around some stuff

This commit is contained in:
xunuwu 2024-11-23 17:41:01 +01:00
parent 6ab8a4e38d
commit ef537aa980
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
31 changed files with 126 additions and 308 deletions

View file

@ -6,8 +6,7 @@
systems = ["x86_64-linux"];
imports = [
./home/profiles
./hosts/machines
./modules
./nix/machines
./home-modules
];
@ -24,16 +23,7 @@
just
home-manager
sops
## TODO remove after https://github.com/zhaofengli/colmena/pull/228 is merged
(colmena.overrideAttrs (final: prev: {
nativeBuildInputs = prev.nativeBuildInputs ++ [pkgs.makeBinaryWrapper];
postInstall =
prev.postInstall
+ ''
wrapProgram $out/bin/colmena \
--prefix PATH ":" "${pkgs.lib.makeBinPath [pkgs.nixVersions.nix_2_18]}"
'';
}))
colmena
git-agecrypt
inputs.nvfetcher.packages.${pkgs.system}.default
];
@ -77,11 +67,6 @@
url = "github:nix-community/haumea";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-gaming = {
url = "github:fufexan/nix-gaming";
inputs.nixpkgs.follows = "nixpkgs";
};
## deduplication
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
home-manager.inputs.nixpkgs.follows = "nixpkgs";