added niri
This commit is contained in:
parent
cdbce471ba
commit
8029d93a84
10 changed files with 837 additions and 2 deletions
13
modules/desktop/niri.nix
Normal file
13
modules/desktop/niri.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
programs.niri.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Niri scrolling window manager
|
||||
niri
|
||||
alacritty
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue