some mango changes
This commit is contained in:
parent
26a436c2df
commit
37ae5f9cfb
2 changed files with 13 additions and 0 deletions
|
|
@ -1,5 +1,14 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
wayland.windowManager.mango = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
systemd = {
|
||||
enable = true;
|
||||
xdgAutostart = true;
|
||||
}
|
||||
|
||||
settings = builtins.readFile ./mango.conf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue