FIX fish config
This commit is contained in:
parent
d9a33394ec
commit
10d7de15b8
|
@ -76,6 +76,9 @@
|
|||
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
fish.interactiveShellInit = ''
|
||||
set -gx EDITOR nvim
|
||||
'';
|
||||
ssh = {
|
||||
setXAuthLocation = true;
|
||||
forwardX11 = true;
|
||||
|
@ -99,9 +102,9 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
google-fonts
|
||||
xorg.xbacklight
|
||||
];
|
||||
|
||||
environment.variables.EDITOR = "nvim";
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue