mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
fix: home-manager options
This commit is contained in:
parent
5d7ef0b738
commit
5b1a627f69
1 changed files with 2 additions and 2 deletions
|
|
@ -32,10 +32,10 @@ in
|
||||||
home.packages = [ maomaowm ];
|
home.packages = [ maomaowm ];
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"maomaowm/config.conf" = {
|
"maomao/config.conf" = {
|
||||||
text = config.wayland.windowManager.maomaowm.settings;
|
text = config.wayland.windowManager.maomaowm.settings;
|
||||||
};
|
};
|
||||||
"maomaowm/autostart.sh" = {
|
"maomao/autostart.sh" = {
|
||||||
text = config.wayland.windowManager.maomaowm.autostart_sh;
|
text = config.wayland.windowManager.maomaowm.autostart_sh;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue