feature(modules): split configuration into nix modules and home-manager modules #2
@@ -3,4 +3,9 @@
|
||||
{
|
||||
# just enable and install niri
|
||||
programs.niri.enable = true;
|
||||
|
||||
# Add compositor-related packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
xwayland-satellite
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user