mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-06 19:31:40 +02:00
start eww bar setup
This commit is contained in:
parent
3c11d4177b
commit
a29f210273
6 changed files with 124 additions and 0 deletions
6
modules/desktop-environment/home/panels/eww/default.nix
Normal file
6
modules/desktop-environment/home/panels/eww/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
configDir = ./configDir;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue