gpg
This commit is contained in:
parent
fff3aa9713
commit
b229451bed
2 changed files with 24 additions and 2 deletions
|
|
@ -1,3 +1,14 @@
|
|||
{...}: {
|
||||
|
||||
{ ... }: {
|
||||
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