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
../../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";

View file

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

View file

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