Testing
This commit is contained in:
parent
acbc8bf4b1
commit
2931424f3e
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@
|
||||||
./plasma-manager.nix
|
./plasma-manager.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
|
# Testing...
|
||||||
programs.fish.shellInit = ''set DISABLE_TMUX "true" '';
|
# programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
|
||||||
|
# programs.fish.shellInit = ''set DISABLE_TMUX "true" '';
|
||||||
|
|
||||||
# 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; [
|
||||||
|
|
Loading…
Reference in a new issue