.hive/modules/home/wlogout/default.nix

7 lines
65 B
Nix

{...}: {
imports = [
./config.nix
./wlogout.nix
];
}