Keep going
This commit is contained in:
14
users/daniel/configs/desktop/waybar/default.nix
Normal file
14
users/daniel/configs/desktop/waybar/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
hostname,
|
||||
...
|
||||
}: {
|
||||
programs.waybar = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = lib.importJSON ./config.json;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user