mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added gopls
This commit is contained in:
@@ -49,6 +49,10 @@
|
|||||||
LC_TIME = "it_IT.UTF-8";
|
LC_TIME = "it_IT.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.sessionVariables = rec {
|
||||||
|
GOPATH = "$HOME/.go";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
hardware.pulseaudio.enable = false;
|
hardware.pulseaudio.enable = false;
|
||||||
@@ -110,6 +114,7 @@
|
|||||||
xdg-desktop-portal-kde
|
xdg-desktop-portal-kde
|
||||||
|
|
||||||
# LSPs
|
# LSPs
|
||||||
|
gopls # .go
|
||||||
nil # .nix
|
nil # .nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.systemd-boot.configurationLimit = 10;
|
boot.loader.systemd-boot.configurationLimit = 10;
|
||||||
boot.initrd.luks.devices."luks-332a07bd-65fb-4d91-91ba-fe3f594063b1".device = "/dev/disk/by-uuid/332a07bd-65fb-4d91-91ba-fe3f594063b1";
|
boot.initrd.luks.devices."luks-332a07bd-65fb-4d91-91ba-fe3f594063b1".device = "/dev/disk/by-uuid/332a07bd-65fb-4d91-91ba-fe3f594063b1";
|
||||||
boot.kernelPackages = pkgs.linuxKernel.kernels.linux_zen;
|
boot.kernelPackages = pkgs.linuxPackages_zen;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user