forked from foxora/nix
added wip mangowc config
This commit is contained in:
parent
68cf02e366
commit
fb2e2ee66b
11 changed files with 262 additions and 51 deletions
15
homes/modules/wm/mango/default.nix
Normal file
15
homes/modules/wm/mango/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.mango.hmModules.mango
|
||||
];
|
||||
|
||||
wayland.windowManager.mango = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
xdg.configFile."mango" = {
|
||||
recursive = true;
|
||||
source = ./mango;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue