init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
xdg.configFile."niri/config.kdl".source = ./config.kdl;
|
||||
# --- Niri-Extras ---
|
||||
programs.fuzzel.enable = true;
|
||||
xdg.mime.enable = true;
|
||||
services.playerctld.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user