Update
This commit is contained in:
parent
5d90dca6e7
commit
571079fe31
4 changed files with 17 additions and 7 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine-moon.yaml";
|
#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/catppuccin-mocha.yaml";
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|
@ -26,8 +26,14 @@
|
||||||
|
|
||||||
icons = {
|
icons = {
|
||||||
enable = true;
|
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;
|
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 = {
|
programs.kitty.settings = {
|
||||||
background_opacity = lib.mkForce 0.8;
|
background_opacity = lib.mkForce 0.8;
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,8 @@ exec-once = dms run
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = nextcloud
|
exec-once = nextcloud
|
||||||
exec-once = systemctl --user start hyprpolkitagent
|
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 = kitty
|
||||||
exec-once = telegram-desktop
|
exec-once = telegram-desktop
|
||||||
exec-once = flatpak run app.zen_browser.zen
|
exec-once = flatpak run app.zen_browser.zen
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
/nix/store/s5ay1yl5pcyjrgycsffjzhzlhnpv22yp-home-manager-files/.config/kitty/kitty.conf
|
/nix/store/58yrg5dd8hrmj6vn5j28wmz08rjsx3jy-home-manager-files/.config/kitty/kitty.conf
|
||||||
|
|
@ -153,6 +153,8 @@ spawn-at-startup "vesktop"
|
||||||
spawn-at-startup "steam"
|
spawn-at-startup "steam"
|
||||||
spawn-at-startup "geary"
|
spawn-at-startup "geary"
|
||||||
spawn-at-startup "kitty"
|
spawn-at-startup "kitty"
|
||||||
|
spawn-at-startup "kitty"
|
||||||
|
spawn-at-startup "kitty"
|
||||||
spawn-at-startup "app.zen_browser.zen"
|
spawn-at-startup "app.zen_browser.zen"
|
||||||
spawn-at-startup "nextcloud"
|
spawn-at-startup "nextcloud"
|
||||||
spawn-at-startup "element-desktop"
|
spawn-at-startup "element-desktop"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue