Restructuring #1

Merged
Jan merged 16 commits from blueprint into main 2025-05-28 10:41:45 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 8c8b6b0206 - Show all commits

View File

@ -14,8 +14,9 @@
# Enabled modules # Enabled modules
modules = { modules = {
pipewire.enable = true; profiles.vm.enable = true;
spotifyd.enable = true; sound.enable = true;
# spotifyd.enable = true; # TODO: Add this as a local module
}; };
# Install system packages # Install system packages

View File

@ -3,5 +3,5 @@
{ {
home.stateVersion = "24.11"; home.stateVersion = "24.11";
modules.profiles.local.enable = true; modules.profiles.base.enable = true;
} }