From a1c48415801241f0c773a99b0386743fadbbafaf Mon Sep 17 00:00:00 2001 From: biscuit Date: Mon, 30 Jun 2025 13:29:56 -0500 Subject: [PATCH] test --- config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.nix b/config.nix index 119e678..478ab13 100644 --- a/config.nix +++ b/config.nix @@ -16,7 +16,7 @@ terminal = { termFont = "JetBrainsMono Nerd Font"; # e.g., JetBrainsMono Nerd Font - termSize = "18"; + termSize = "20"; termShell = "fish"; shellAliases = { ls = "ls --color=auto"; @@ -25,7 +25,7 @@ if [ "$(uname)" = "Darwin" ]; then sudo darwin-rebuild switch --flake ~/.config/nixos#macos else - sudo nixos-rebuild switch --flake ~/.config/nixos#desktop --impure && home-manager switch --flake ~/.config/nixos#desktop --impure + sudo nixos-rebuild switch --flake ~/.config/nixos#desktop && home-manager switch --flake ~/.config/nixos#desktop fi ' '';