mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 03:10:43 +00:00
Add eww bar
This configuration was simply copied from my old Arch Linux system. There are some issues that still need to be solved, namely with fonts and missing bitcoin price script, but it's mostly minor.
This commit is contained in:
parent
a2632b4dea
commit
ac23da55c5
51 changed files with 1773 additions and 0 deletions
|
@ -12,6 +12,13 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
bars = {
|
||||
eww = {
|
||||
enable = mkEnableOption "Eww bar";
|
||||
autostart.enable = mkEnableOption "auto-starting eww daemon on graphical-session.target";
|
||||
};
|
||||
};
|
||||
|
||||
spotify.enable = mkEnableOption "Spotify";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue