init
This commit is contained in:
7
home/desktop/eww.nix
Normal file
7
home/desktop/eww.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
package = pkgs.eww;
|
||||
#configDir = "/home/fox/conf/home/desktop/eww_config";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user