feat: switch apache to sway

This commit is contained in:
Michael Mandl 2023-09-24 21:56:38 +02:00
parent 0ad53ebb02
commit 1f447a4b56
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
15 changed files with 105 additions and 222 deletions

View file

@ -3,6 +3,6 @@
{
networking.hostName = "apache";
boot.loader.grub.enableCryptodisk = true;
services.xserver.videoDrivers = [ "intel" "nvidia" ];
# services.xserver.videoDrivers = [ "intel" "nvidia" ];
}