update niri config
This commit is contained in:
parent
d834ba70a0
commit
3207922b68
15 changed files with 495 additions and 58 deletions
|
|
@ -10,6 +10,9 @@
|
|||
config = lib.mkIf config.my.niri.enable {
|
||||
programs.niri.enable = true;
|
||||
niri-flake.cache.enable = true;
|
||||
environment.systemPackages = with pkgs; [ fuzzel ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
fuzzel
|
||||
xwayland-satellite
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue