Update Plasma
This commit is contained in:
parent
6d1c4a1dda
commit
b22428ef30
1 changed files with 9 additions and 2 deletions
|
@ -4,9 +4,16 @@
|
||||||
./plasma-manager.nix
|
./plasma-manager.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
|
programs.bash.sessionVariables = {
|
||||||
programs.fish.shellInit = ''set DISABLE_TMUX "true" '';
|
DISABLE_TMUX = "true";
|
||||||
|
GTK_THEME = "Arc";
|
||||||
|
};
|
||||||
|
programs.fish.shellInit = ''
|
||||||
|
set DISABLE_TMUX "true"
|
||||||
|
set GKT_THEME "Arc"
|
||||||
|
'';
|
||||||
|
|
||||||
|
# GTK_THEME = "Gruvbox-Dark-BL";
|
||||||
# Add the Firefox integrations
|
# Add the Firefox integrations
|
||||||
programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
plasma-integration
|
plasma-integration
|
||||||
|
|
Loading…
Reference in a new issue