.github
.vscode
docs
hydra
keys
lib
modules
pkgs
systems
users
alice
home
doom
hypr
gammastep.nix
git.nix
waybar.nix
zsh.nix
default.nix
home.nix
non-server.nix
secrets.yaml
default.nix
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
CONTRIBUTING.md
README.md
checks.nix
flake.lock
flake.nix
shell.nix
sops-mergetool.sh
statix.toml
treefmt.toml
8 lines
170 B
Nix
8 lines
170 B
Nix
{ lib, machineConfig, ... }:
|
|
lib.mkIf (!machineConfig.server) {
|
|
programs.waybar = {
|
|
enable = true;
|
|
#settings = builtins.fromJSON (import ./waybar.json);
|
|
};
|
|
}
|