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

6 lines
48 B
Nix

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