add niri
This commit is contained in:
parent
9be597750d
commit
00ca4baa74
41 changed files with 795 additions and 113 deletions
15
home/afoucaultc/packages/niri/settings.nix
Normal file
15
home/afoucaultc/packages/niri/settings.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
conf/animations.nix
|
||||
conf/gestures.nix
|
||||
conf/input.nix
|
||||
conf/keybind.nix
|
||||
conf/layer-rules.nix
|
||||
conf/layout.nix
|
||||
conf/misc.nix
|
||||
conf/output.nix
|
||||
conf/window-rules.nix
|
||||
conf/workspaces.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue