[eww] Adds my Eww config
This commit is contained in:
11
home-manager/apps/eww/default.nix
Normal file
11
home-manager/apps/eww/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
eww
|
||||
];
|
||||
|
||||
home.file.".config/eww" = {
|
||||
source = ./config;
|
||||
recursive = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user