guh
This commit is contained in:
parent
ba080f0998
commit
2f800e15da
@ -128,6 +128,14 @@ in {
|
|||||||
inputs.nixos-persistence.nixosModules.home-manager.impermanence
|
inputs.nixos-persistence.nixosModules.home-manager.impermanence
|
||||||
];
|
];
|
||||||
|
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
theme = {
|
||||||
|
name = "Catppuccin";
|
||||||
|
package = pkgs.catppuccin-gtk;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.persistence."/persist/home/patriot" = let
|
home.persistence."/persist/home/patriot" = let
|
||||||
mkPaths = prefix: paths:
|
mkPaths = prefix: paths:
|
||||||
builtins.map (n: "${prefix}/${n}") paths;
|
builtins.map (n: "${prefix}/${n}") paths;
|
||||||
@ -202,6 +210,8 @@ in {
|
|||||||
# polymc
|
# polymc
|
||||||
cloudflared
|
cloudflared
|
||||||
lutris
|
lutris
|
||||||
|
gnome.gnome-themes-extra
|
||||||
|
gnome.gnome-tweaks
|
||||||
];
|
];
|
||||||
shellAliases =
|
shellAliases =
|
||||||
nixosConfig.environment.shellAliases
|
nixosConfig.environment.shellAliases
|
||||||
@ -210,6 +220,11 @@ in {
|
|||||||
${pkgBin "mosh"} root@chat.harmonyapp.io
|
${pkgBin "mosh"} root@chat.harmonyapp.io
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
sessionVariables =
|
||||||
|
nixosConfig.environment.sessionVariables
|
||||||
|
// {
|
||||||
|
FZF_DEFAULT_OPTS = "--color=bg+:#302D41,bg:#1E1E2E,spinner:#F8BD96,hl:#F28FAD --color=fg:#D9E0EE,header:#F28FAD,info:#DDB6F2,pointer:#F8BD96 --color=marker:#F8BD96,fg+:#F2CDCD,prompt:#DDB6F2,hl+:#F28FAD";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
command-not-found.enable =
|
command-not-found.enable =
|
||||||
|
Loading…
Reference in New Issue
Block a user