compiles
This commit is contained in:
parent
d5b8a1fff9
commit
c5d41aa202
3 changed files with 2 additions and 3 deletions
|
|
@ -10,6 +10,7 @@
|
|||
./hardware-configuration.nix
|
||||
../../modules/games/steam.nix
|
||||
../../modules/websites
|
||||
../../modules/plasma
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
|
@ -195,6 +196,7 @@
|
|||
|
||||
modules = {
|
||||
games.steam.enable = true;
|
||||
plasma.enable = true;
|
||||
websites = {
|
||||
enable = true;
|
||||
certMail = "acme@voorwaarts.nl";
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
modules = {
|
||||
hyprland.enable = false;
|
||||
plasma.enable = true;
|
||||
games.enable = true;
|
||||
apps = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue