From c02abc8a0051119693c988377e7110479a895e75 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 19 Jun 2024 12:41:25 +0200 Subject: [PATCH] tabs --- hosts/default/configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index f18bbe4..c8ca357 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -10,7 +10,7 @@ ./hardware-configuration.nix ../../modules/games/steam.nix ../../modules/websites - ../../modules/plasma + ../../modules/plasma ]; boot = { @@ -195,7 +195,7 @@ modules = { games.steam.enable = true; - plasma.enable = true; + plasma.enable = true; websites = { enable = true; certMail = "acme@voorwaarts.nl"; @@ -263,10 +263,10 @@ }; videoDrivers = [ "nvidia" ]; }; - displayManager.sddm = { - enable = true; - wayland.enable = true; - }; + displayManager.sddm = { + enable = true; + wayland.enable = true; + }; flatpak.enable = true; };