one config for each host

This commit is contained in:
Antoine Vaure 2025-05-12 14:14:15 +02:00 committed by ant
parent e3b990c590
commit 3051fd8593
3 changed files with 49 additions and 23 deletions

View file

@ -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";