Cleanup home-manager modules
This commit is contained in:
parent
6a00933db4
commit
c1d2701998
72 changed files with 551 additions and 580 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue