mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
13 lines
176 B
Nix
13 lines
176 B
Nix
{ ... }:
|
|
|
|
{
|
|
wayland.windowManager.sway.swaynag = {
|
|
enable = true;
|
|
|
|
settings = { };
|
|
};
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/swaynag
|
|
'';
|
|
}
|