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