System Gen30 @ 2025-05-10-17:15:20 by jonas@monolith
This commit is contained in:
parent
f2752fd8ef
commit
d90c12dfef
@ -87,7 +87,6 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1
|
nixos-hardware.nixosModules.lenovo-thinkpad-t14-amd-gen1
|
||||||
nixos-hardware.nixosModules.common-gpu-nvidia
|
|
||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
nixos-cosmic.nixosModules.default
|
nixos-cosmic.nixosModules.default
|
||||||
./modules
|
./modules
|
||||||
|
|||||||
@ -38,6 +38,10 @@
|
|||||||
hive.bluetooth.enable = true;
|
hive.bluetooth.enable = true;
|
||||||
hive.sound.enable = true;
|
hive.sound.enable = true;
|
||||||
hive.yubikey.enable = true;
|
hive.yubikey.enable = true;
|
||||||
|
hive.programs.games.enable = true;
|
||||||
|
hive.programs.games.lutris = true;
|
||||||
|
hive.programs.games.steam = true;
|
||||||
|
hive.programs.games.wine = true;
|
||||||
|
|
||||||
# system packages
|
# system packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user