swaybar + nvidia

This commit is contained in:
waveringana 2025-06-01 04:01:36 -04:00
parent 02c5938cad
commit 03a719c214
4 changed files with 146 additions and 6 deletions

View file

@ -15,6 +15,9 @@
# Desktop modules
../../modules/desktop/core.nix
../../modules/desktop/sway.nix
# Nvidia
../../modules/common/nvidia.nix
# Services specific to this host
#../../services/xyz.nix
@ -42,6 +45,8 @@
code-server
];
environment.sessionVariables.WLR_RENDERER = "vulkan";
virtualisation.docker = {
enable = true;
enableOnBoot = true;