Renamed home to programs, moved definition to user level
This commit is contained in:
14
programs/wm/niri/default.nix
Normal file
14
programs/wm/niri/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
# imports = [ ./niri-switcher.nix ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
niri
|
||||
xwayland-satellite
|
||||
];
|
||||
|
||||
xdg.configFile."niri/config.kdl".source = ./config.kdl;
|
||||
}
|
Reference in New Issue
Block a user