This commit is contained in:
Noa Aarts 2024-06-19 11:43:00 +02:00
parent d5b8a1fff9
commit c5d41aa202
3 changed files with 2 additions and 3 deletions

View file

@ -10,6 +10,7 @@
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/games/steam.nix ../../modules/games/steam.nix
../../modules/websites ../../modules/websites
../../modules/plasma
]; ];
boot = { boot = {
@ -195,6 +196,7 @@
modules = { modules = {
games.steam.enable = true; games.steam.enable = true;
plasma.enable = true;
websites = { websites = {
enable = true; enable = true;
certMail = "acme@voorwaarts.nl"; certMail = "acme@voorwaarts.nl";

View file

@ -28,7 +28,6 @@
modules = { modules = {
hyprland.enable = false; hyprland.enable = false;
plasma.enable = true;
games.enable = true; games.enable = true;
apps = { apps = {
enable = true; enable = true;

View file

@ -2,7 +2,5 @@
{ {
imports = [ imports = [
./hyprland.nix ./hyprland.nix
./plasma
./games
]; ];
} }