dsadasdas
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
./hosts/generic/persistence.nix
|
./hosts/generic/persistence.nix
|
||||||
./hosts/generic/configuration_generic.nix
|
./hosts/generic/configuration_generic.nix
|
||||||
./hosts/generic/users.nix
|
./hosts/generic/users.nix
|
||||||
|
./hosts/generic/home-persistence.nix
|
||||||
./hosts/Aphelion/hardware-Aphelion.nix
|
./hosts/Aphelion/hardware-Aphelion.nix
|
||||||
./hosts/Aphelion/nvidia.nix
|
./hosts/Aphelion/nvidia.nix
|
||||||
./desktop/gnome.nix
|
./desktop/gnome.nix
|
||||||
@@ -49,34 +50,7 @@
|
|||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.yaroslav = {
|
home-manager.users.yaroslav = import ./home/yaroslav/Aphelion/Aphelion.nix;
|
||||||
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"
|
|
||||||
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -0,0 +1,27 @@
|
|||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
environment.persistence."/nix/persist/home" = {
|
||||||
|
hideMounts = true;
|
||||||
|
users.yaroslav = {
|
||||||
|
directories = [
|
||||||
|
".local/share/nicotine"
|
||||||
|
".local/share/mpd"
|
||||||
|
".local/share/AyuGramDesktop"
|
||||||
|
# XDG User directories
|
||||||
|
"Downloads"
|
||||||
|
"Music"
|
||||||
|
"Pictures"
|
||||||
|
"Documents"
|
||||||
|
"Videos"
|
||||||
|
".cert"
|
||||||
|
".ssh"
|
||||||
|
".steam"
|
||||||
|
];
|
||||||
|
files = [
|
||||||
|
".p10k.zsh"
|
||||||
|
".zhistory"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user