dsadasdas
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
./hosts/generic/persistence.nix
|
||||
./hosts/generic/configuration_generic.nix
|
||||
./hosts/generic/users.nix
|
||||
./hosts/generic/home-persistence.nix
|
||||
./hosts/Aphelion/hardware-Aphelion.nix
|
||||
./hosts/Aphelion/nvidia.nix
|
||||
./desktop/gnome.nix
|
||||
@@ -49,35 +50,8 @@
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.yaroslav = {
|
||||
imports = [
|
||||
impermanence.homeManagerModules.impermanence
|
||||
"./home/yaroslav/Aphelion/Aphelion.nix"
|
||||
];
|
||||
home.persistence."/nix/persist/home" = {
|
||||
directories = [
|
||||
"Downloads"
|
||||
"Music"
|
||||
"Pictures"
|
||||
"Documents"
|
||||
"Videos"
|
||||
".ssh"
|
||||
"nixos"
|
||||
".local/share/keyrings"
|
||||
".local/share/nicotine"
|
||||
".local/share/mpd"
|
||||
".config/nicotine"
|
||||
".mozilla"
|
||||
".local/share/AyuGramDesktop"
|
||||
];
|
||||
files = [
|
||||
".p10k.zsh"
|
||||
".zsh_history"
|
||||
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
home-manager.users.yaroslav = import ./home/yaroslav/Aphelion/Aphelion.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user