Compare commits

...

2 commits

Author SHA1 Message Date
cf34acefe0 [sway] Add vertical display 2024-03-20 22:06:43 +01:00
77c4056ada [docker] Disable on boot 2024-03-20 21:36:56 +01:00
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,8 @@ in {
virtualisation.docker = {
enable = true;
enableNvidia = true;
# Because these are made for development purposes and not for servers
enableOnBoot = false;
};
};
}

View file

@ -14,3 +14,7 @@ output * {
bg "~/Nextcloud/Afbeeldingen/wallpapers/bg" fill
}
# Vertical display
output "Dell Inc. DELL P2214H 29C2937M4YTL" {
transform 270
}