forked from extern/nix-config
hyprland: Source non-trivial scripts
I may simplify this later.
This commit is contained in:
parent
5c180d227d
commit
328f30151b
3
home.nix
3
home.nix
@ -949,5 +949,8 @@
|
|||||||
c.content.headers.accept_language = 'ja-JP,en-US'
|
c.content.headers.accept_language = 'ja-JP,en-US'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
xdg.configFile."hypr/focusmaster.sh".source = ./focusmaster.sh;
|
||||||
|
xdg.configFile."hypr/swapmaster.sh".source = ./swapmaster.sh;
|
||||||
|
xdg.configFile."hypr/tags.sh".source = ./tags.sh;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user