feat: NixOS | modular nixos config
This commit is contained in:
21
nixos/imports/environment.nix
Normal file
21
nixos/imports/environment.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{pkgs, ...}: {
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
pciutils
|
||||
virt-manager
|
||||
virt-viewer
|
||||
spice
|
||||
spice-gtk
|
||||
spice-protocol
|
||||
win-virtio
|
||||
win-spice
|
||||
sops
|
||||
sbctl # Secure boot
|
||||
yubikey-manager
|
||||
|
||||
# Gaming stuff
|
||||
mangohud
|
||||
protonup-qt
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user