From 5dc51f57c73dc7eaa768d205992a5640bb9fa327 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Tue, 16 Jul 2024 13:51:33 +0900 Subject: [PATCH] Install xscreensaver --- hosts/default/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 2b2608b..50707c0 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -47,6 +47,8 @@ }; }; + services.xscreensaver.enable = true; + networking.hostName = "alienware"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.