user/eww: init
This commit is contained in:
parent
ed93b93c43
commit
5a4b56580b
12 changed files with 202 additions and 3 deletions
8
modules/user/eww.nix
Normal file
8
modules/user/eww.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Depends on bspwm
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [ xtitle ];
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
configDir = ../../res/eww;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue