modules/home/desktop/niri/default.nix: rice, nord
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -33,6 +33,7 @@ in {
|
||||
qt.enable = false;
|
||||
};
|
||||
services = {
|
||||
wpaperd.enable = true;
|
||||
playerctld.enable = true;
|
||||
network-manager-applet.enable = true;
|
||||
copyq.enable = true;
|
||||
@ -475,14 +476,14 @@ in {
|
||||
// default-column-width { proportion 0.9; }
|
||||
default-column-width {}
|
||||
tab-indicator {
|
||||
active-color "#${config.lib.stylix.colors.base0A}"
|
||||
inactive-color "#${config.lib.stylix.colors.base05}"
|
||||
active-color "#${config.lib.stylix.colors.base04}"
|
||||
inactive-color "#${config.lib.stylix.colors.base03}"
|
||||
width 8
|
||||
gap 8
|
||||
gap 6
|
||||
corner-radius 4
|
||||
gaps-between-tabs 4
|
||||
length total-proportion=0.9
|
||||
position "left"
|
||||
gaps-between-tabs 0
|
||||
length total-proportion=0.3
|
||||
position "bottom"
|
||||
place-within-column
|
||||
}
|
||||
focus-ring {
|
||||
@ -1071,7 +1072,6 @@ in {
|
||||
}
|
||||
'';
|
||||
};
|
||||
programs.wpaperd.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
(ifLaptop brightnessctl)
|
||||
nautilus
|
||||
@ -1097,7 +1097,7 @@ in {
|
||||
if config.stylix.polarity == "dark"
|
||||
then "Papirus-Dark"
|
||||
else "Papirus-Light";
|
||||
package = pkgs.papirus-icon-theme;
|
||||
package = pkgs.papirus-nord;
|
||||
};
|
||||
};
|
||||
qt = {
|
||||
|
Reference in New Issue
Block a user