mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
fix: add execute permission to autostart script
This commit is contained in:
parent
5b1a627f69
commit
04c9eadd9c
1 changed files with 5 additions and 3 deletions
|
|
@ -31,12 +31,14 @@ in
|
|||
config = lib.mkIf config.wayland.windowManager.maomaowm.enable {
|
||||
home.packages = [ maomaowm ];
|
||||
|
||||
xdg.configFile = {
|
||||
"maomao/config.conf" = {
|
||||
home.file = {
|
||||
".config/maomao/config.conf" = {
|
||||
text = config.wayland.windowManager.maomaowm.settings;
|
||||
};
|
||||
"maomao/autostart.sh" = {
|
||||
|
||||
".config/maomao/autostart.sh" = {
|
||||
text = config.wayland.windowManager.maomaowm.autostart_sh;
|
||||
executable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue