Files
.github
.vscode
docs
hydra
keys
modules
systems
users
alice
home
doom
gammastep.nix
git.nix
waybar.nix
zsh.nix
systems
default.nix
home.nix
secrets.yaml
richie
default.nix
.envrc
.gitconfig
.gitignore
.sops.yaml
flake.lock
flake.nix
sops-mergetool.sh
treefmt.toml
nix-dotfiles/users/alice/home/waybar.nix
2024-04-13 13:22:13 -04:00

14 lines
145 B
Nix

{
config,
lib,
pkgs,
...
}:
{
programs.waybar = {
enable = true;
#settings = builtins.fromJSON (import ./waybar.json);
};
}