mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 10:50:20 +01:00
wm,gui: Move relevant settings from wm to gui
This commit is contained in:
parent
bc474242de
commit
0109f048e5
2 changed files with 4 additions and 7 deletions
|
|
@ -95,6 +95,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.foot.settings.colors."16" = "ff9e64";
|
||||
programs.foot.settings.colors."17" = "db4b4b";
|
||||
|
||||
services.playerctld = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
@ -117,6 +120,7 @@
|
|||
BROWSER = "firefox";
|
||||
NIXOS_OZONE_WL = 1;
|
||||
ANDROID_HOME = "${config.home.sessionVariables.XDG_DATA_HOME}/android";
|
||||
EXA_COLORS = "xx=38;5;8";
|
||||
};
|
||||
|
||||
programs.zathura.enable = true;
|
||||
|
|
|
|||
|
|
@ -50,13 +50,6 @@
|
|||
name = "Adwaita";
|
||||
};
|
||||
|
||||
programs.foot.settings.colors."16" = "ff9e64";
|
||||
programs.foot.settings.colors."17" = "db4b4b";
|
||||
|
||||
home.sessionVariables = {
|
||||
EXA_COLORS = "xx=38;5;8";
|
||||
};
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
theme = "solarized_alternate";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue