myNixOSConfig/system/desktop/leftwm/leftwm-manager.nix

19 lines
213 B
Nix
Raw Permalink Normal View History

2024-09-07 08:36:34 +02:00
{ lib, pkgs, config, inputs, ...}:
{
xdg = {
enable = true;
configFile."leftwm/themes/current" = {
source = ./xmobar;
#recursive = true;
};
portal.config.common.default = "";
};
}