Add gitwatch
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -53,27 +53,21 @@
|
||||
nixosConfigurations.lillypc = nixpkgs.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit host;
|
||||
inherit username;
|
||||
inherit prettyUsername;
|
||||
inherit inputs host username prettyUsername;
|
||||
};
|
||||
modules = [
|
||||
./configuration.nix
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
catppuccin.nixosModules.catppuccin
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
({ config, ... }:{
|
||||
home-manager = {
|
||||
useUserPackages = true;
|
||||
useGlobalPkgs = false;
|
||||
backupFileExtension = "backup";
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
inherit host;
|
||||
inherit username;
|
||||
inherit prettyUsername;
|
||||
inherit email;
|
||||
inherit inputs host username prettyUsername email;
|
||||
nixosConfig = config;
|
||||
};
|
||||
users.${username} = {
|
||||
imports = [
|
||||
@@ -87,7 +81,7 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user