Added: Niri
This commit is contained in:
6
home/niri/default.nix
Normal file
6
home/niri/default.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
niri
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
../../home/xdg.nix # Bindings
|
../../home/xdg.nix # Bindings
|
||||||
|
|
||||||
../../home/hyprland # Window Manager
|
../../home/hyprland # Window Manager
|
||||||
|
../../home/niri
|
||||||
|
|
||||||
../../home/programs/dev # Dev Tools
|
../../home/programs/dev # Dev Tools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user