WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ed2b07f6a2 - Show all commits

View file

@ -75,10 +75,7 @@
shells = [ pkgs.zsh ]; shells = [ pkgs.zsh ];
systemPackages = with pkgs; systemPackages = with pkgs;
[ [
neovim
telegram-desktop telegram-desktop
usbutils
wl-clipboard
]; ];
}; };
} }

View file

@ -12,11 +12,14 @@
fd fd
gcc gcc
neovide neovide
neovim
nerdfonts nerdfonts
nodejs nodejs
pass pass
ripgrep ripgrep
tree-sitter tree-sitter
usbutils
wl-clipboard
yarn yarn
]; ];