one config for each host
This commit is contained in:
parent
e3b990c590
commit
3051fd8593
3 changed files with 49 additions and 23 deletions
4
bar.nix
4
bar.nix
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, pkgs, variant, username, ... }: {
|
||||
{ lib, config, pkgs, variant, ... }: {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
material-design-icons
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
enable = true;
|
||||
# systemd.enable = true;
|
||||
settings = {
|
||||
bar = {
|
||||
bar = let username = config.home.username; in {
|
||||
"reload_style_on_change" = true;
|
||||
layer = "top";
|
||||
position = "bottom";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue