Cleanup home-manager modules

This commit is contained in:
Filippo Berto 2022-05-06 16:34:32 +02:00
parent 6a00933db4
commit c1d2701998
72 changed files with 551 additions and 580 deletions

View file

@ -4,7 +4,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.checkJournalingFS = true;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_16;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_17;
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
# # Cross-build arm
@ -117,7 +117,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ tmux firefox kakoune vim ];
environment.systemPackages = with pkgs; [ tmux firefox kakoune vim git ];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.