nixos-config/modules/home/wlogout/default.nix
2023-11-05 11:40:44 +01:00

4 lines
57 B
Nix

{...}: {
xdg.configFile."wlogout".source = ./config;
}