This commit is contained in:
dusk 2022-06-30 03:53:13 +03:00
parent ba080f0998
commit 2f800e15da
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -128,6 +128,14 @@ in {
inputs.nixos-persistence.nixosModules.home-manager.impermanence
];
gtk = {
enable = true;
theme = {
name = "Catppuccin";
package = pkgs.catppuccin-gtk;
};
};
home.persistence."/persist/home/patriot" = let
mkPaths = prefix: paths:
builtins.map (n: "${prefix}/${n}") paths;
@ -202,6 +210,8 @@ in {
# polymc
cloudflared
lutris
gnome.gnome-themes-extra
gnome.gnome-tweaks
];
shellAliases =
nixosConfig.environment.shellAliases
@ -210,6 +220,11 @@ in {
${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 = {
command-not-found.enable =