delete
This commit is contained in:
parent
2fc664604d
commit
a71a3b5593
2 changed files with 8 additions and 15 deletions
|
|
@ -1,6 +1,13 @@
|
||||||
{ home-manager, ... }: {
|
{ home-manager, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./users.nix
|
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home-manager.users."lilith" = {
|
||||||
|
imports = [
|
||||||
|
./gpg.nix
|
||||||
|
];
|
||||||
|
home.username = "lilith";
|
||||||
|
home.stateVersion = "24.11";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
{ ... }: {
|
|
||||||
home-manager.users."lilith" = {
|
|
||||||
imports = [
|
|
||||||
./gpg.nix
|
|
||||||
];
|
|
||||||
home.username = "lilith";
|
|
||||||
home.stateVersion = "24.11";
|
|
||||||
};
|
|
||||||
|
|
||||||
home-manager = {
|
|
||||||
useGlobalPkgs = true;
|
|
||||||
useUserPackages = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue