feature(modules): split configuration into nix modules and home-manager modules #2

Merged
aaron merged 34 commits from feature/modularize into main 2025-12-30 17:51:30 +00:00
Showing only changes of commit 520eadd6fb - Show all commits

View File

@@ -3,4 +3,9 @@
{ {
# just enable and install niri # just enable and install niri
programs.niri.enable = true; programs.niri.enable = true;
# Add compositor-related packages
environment.systemPackages = with pkgs; [
xwayland-satellite
];
} }