aaa
This commit is contained in:
parent
5a7b9b23a3
commit
230e50436d
1 changed files with 24 additions and 29 deletions
11
flake.nix
11
flake.nix
|
|
@ -149,15 +149,12 @@
|
||||||
nixosModules = {
|
nixosModules = {
|
||||||
automapaper = ./modules/automapaper;
|
automapaper = ./modules/automapaper;
|
||||||
};
|
};
|
||||||
homeConfigurations = {
|
homeManagerModules = {
|
||||||
"noa@zelden" =
|
"noa@zelden" =
|
||||||
let
|
let
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
in
|
in
|
||||||
inputs.home-manager.lib.homeManagerConfiguration {
|
|
||||||
pkgs = pkgs;
|
|
||||||
extraSpecialArgs = { inherit inputs nix-colors; };
|
|
||||||
modules = [
|
|
||||||
(import ./common/home {
|
(import ./common/home {
|
||||||
enableGraphical = true;
|
enableGraphical = true;
|
||||||
enableFlut = false;
|
enableFlut = false;
|
||||||
|
|
@ -180,9 +177,7 @@
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
})
|
});
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
packages = import ./packages { inherit nixpkgs; };
|
packages = import ./packages { inherit nixpkgs; };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue