.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
14 lines
145 B
Nix
14 lines
145 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
programs.waybar = {
|
|
enable = true;
|
|
#settings = builtins.fromJSON (import ./waybar.json);
|
|
};
|
|
}
|