add(nixos): xscreensaver for xmonad

This commit is contained in:
Léana 江 2023-12-26 18:06:36 +01:00 committed by Léana 江
parent f4beaf22cb
commit 98d0feb8f0
10 changed files with 118 additions and 34 deletions

View file

@ -1,4 +1,15 @@
{hostname, ...}: {
{
hostname,
pkgs,
...
}: {
networking.hostName = hostname;
networking.networkmanager.enable = true;
programs.nm-applet.enable = true;
services.openssh.enable = true;
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}