.github
.vscode
docs
hydra
keys
lib
modules
systems
users
alice
home
doom
gammastep.nix
git.nix
waybar.nix
zsh.nix
default.nix
home.nix
non-server.nix
secrets.yaml
richie
default.nix
.envrc
.gitconfig
.gitignore
.sops.yaml
checks.nix
flake.lock
flake.nix
shell.nix
sops-mergetool.sh
statix.toml
treefmt.toml
9 lines
118 B
Nix
9 lines
118 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.waybar = {
|
|
enable = true;
|
|
#settings = builtins.fromJSON (import ./waybar.json);
|
|
};
|
|
}
|