🚚 (home/wayland) move eww's config in its own folder
(this way `default.nix` won't be copied inside the configDir)
This commit is contained in:
parent
752d0a1ad1
commit
bd71229ba9
|
@ -2,6 +2,6 @@
|
|||
programs.eww = {
|
||||
enable = true;
|
||||
package = pkgs.eww-wayland;
|
||||
configDir = ./.;
|
||||
configDir = ./config;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue