From 07ac1067eee6ad46e7a5747996a5e13bb2464f4d Mon Sep 17 00:00:00 2001 From: alyx Date: Fri, 13 Mar 2026 09:00:34 +0000 Subject: [PATCH] fix wrong hdostname in a file --- home/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/default.nix b/home/default.nix index c26911a..51d82a9 100644 --- a/home/default.nix +++ b/home/default.nix @@ -11,7 +11,7 @@ file = { ".config/waybar/config".source = (if osConfig.var.username == "alyx" then config.lib.file.mkOutOfStoreSymlink "${homeDirectory}/.config/nixos/home/bars/cyberhack" else config.lib.file.mkOutOfStoreSymlink "${homeDirectory}/.config/nixos/home/bars/modern"); ".config/waybar/style.css".source = (if osConfig.var.username == "alyx" then config.lib.file.mkOutOfStoreSymlink "${homeDirectory}/.config/nixos/home/bars/cyberhack.css" else config.lib.file.mkOutOfStoreSymlink "${homeDirectory}/.config/nixos/home/bars/modern.css"); - ".config/bar-rs/bar-rs.ini".text = builtins.readFile ./bars/bar-rs.ini + (if osConfig.var.hostname == "absolution" then '' + ".config/bar-rs/bar-rs.ini".text = builtins.readFile ./bars/bar-rs.ini + (if osConfig.var.hostname == "apalapucia" then '' [style] width = 2540 '' else '''');