fix: replace 'gnome' desktop with 'niri'
This commit is contained in:
7
modules/desktops/niri.nix
Normal file
7
modules/desktops/niri.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.niri.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ wlsunset ];
|
||||
}
|
||||
Reference in New Issue
Block a user