modules/home/desktop/niri/default.nix: rice, nord

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-19 23:42:43 +02:00
parent 21407383dc
commit ac4bd81a63

View File

@ -33,6 +33,7 @@ in {
qt.enable = false; qt.enable = false;
}; };
services = { services = {
wpaperd.enable = true;
playerctld.enable = true; playerctld.enable = true;
network-manager-applet.enable = true; network-manager-applet.enable = true;
copyq.enable = true; copyq.enable = true;
@ -475,14 +476,14 @@ in {
// default-column-width { proportion 0.9; } // default-column-width { proportion 0.9; }
default-column-width {} default-column-width {}
tab-indicator { tab-indicator {
active-color "#${config.lib.stylix.colors.base0A}" active-color "#${config.lib.stylix.colors.base04}"
inactive-color "#${config.lib.stylix.colors.base05}" inactive-color "#${config.lib.stylix.colors.base03}"
width 8 width 8
gap 8 gap 6
corner-radius 4 corner-radius 4
gaps-between-tabs 4 gaps-between-tabs 0
length total-proportion=0.9 length total-proportion=0.3
position "left" position "bottom"
place-within-column place-within-column
} }
focus-ring { focus-ring {
@ -1071,7 +1072,6 @@ in {
} }
''; '';
}; };
programs.wpaperd.enable = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
(ifLaptop brightnessctl) (ifLaptop brightnessctl)
nautilus nautilus
@ -1097,7 +1097,7 @@ in {
if config.stylix.polarity == "dark" if config.stylix.polarity == "dark"
then "Papirus-Dark" then "Papirus-Dark"
else "Papirus-Light"; else "Papirus-Light";
package = pkgs.papirus-icon-theme; package = pkgs.papirus-nord;
}; };
}; };
qt = { qt = {