This commit is contained in:
Nicole 2025-10-29 20:43:19 +01:00
parent 5d90dca6e7
commit 571079fe31
4 changed files with 17 additions and 7 deletions

View file

@ -4,8 +4,8 @@
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine-moon.yaml";
#base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
#base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine-moon.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
polarity = "dark";
fonts = {
@ -26,8 +26,14 @@
icons = {
enable = true;
package = pkgs.papirus-icon-theme;
dark = "Papirus-Dark";
# Papyrus Dark
#package = pkgs.papirus-icon-theme;
#dark = "Papirus-Dark";
# Fluent
package = pkgs.fluent-icon-theme;
dark = "Fluent";
};
targets.nixos-icons.enable = true;
@ -37,7 +43,8 @@
};
};
programs.kitty.themeFile = "rose-pine-moon";
#programs.kitty.themeFile = "rose-pine-moon";
programs.kitty.themeFile = "Catppuccin-Mocha";
programs.kitty.settings = {
background_opacity = lib.mkForce 0.8;
confirm_os_window_close = 0;

View file

@ -50,7 +50,8 @@ exec-once = dms run
exec-once = hypridle
exec-once = nextcloud
exec-once = systemctl --user start hyprpolkitagent
exec-once = mailspring --password-store="gnome-libsecret"
#exec-once = mailspring --password-store="gnome-libsecret"
exec-once = geary
exec-once = kitty
exec-once = telegram-desktop
exec-once = flatpak run app.zen_browser.zen

View file

@ -1 +1 @@
/nix/store/s5ay1yl5pcyjrgycsffjzhzlhnpv22yp-home-manager-files/.config/kitty/kitty.conf
/nix/store/58yrg5dd8hrmj6vn5j28wmz08rjsx3jy-home-manager-files/.config/kitty/kitty.conf

View file

@ -153,6 +153,8 @@ spawn-at-startup "vesktop"
spawn-at-startup "steam"
spawn-at-startup "geary"
spawn-at-startup "kitty"
spawn-at-startup "kitty"
spawn-at-startup "kitty"
spawn-at-startup "app.zen_browser.zen"
spawn-at-startup "nextcloud"
spawn-at-startup "element-desktop"