mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added nil_ls
This commit is contained in:
@@ -89,11 +89,9 @@
|
|||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
# CLI utils
|
||||||
git
|
git
|
||||||
vim
|
|
||||||
neovim
|
|
||||||
wget
|
wget
|
||||||
vulkan-tools
|
|
||||||
fish
|
fish
|
||||||
gcc
|
gcc
|
||||||
unzip
|
unzip
|
||||||
@@ -104,8 +102,18 @@
|
|||||||
gnumake
|
gnumake
|
||||||
cmake
|
cmake
|
||||||
zoxide
|
zoxide
|
||||||
xdg-desktop-portal-gtk
|
vim # The only and one great editor
|
||||||
|
neovim # The only and one great editor improved even further
|
||||||
|
|
||||||
|
# Video card
|
||||||
|
vulkan-tools
|
||||||
|
|
||||||
|
# Desktop utils
|
||||||
xdg-desktop-portal-kde
|
xdg-desktop-portal-kde
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
|
||||||
|
# LSPs
|
||||||
|
nil # .nix
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "24.05"; # Did you read the comment?
|
system.stateVersion = "24.05"; # Did you read the comment?
|
||||||
|
|||||||
Reference in New Issue
Block a user