From 3adc18ac29c924ee7bff0efb6ba63ecfec47bb6c Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 20 May 2024 22:24:29 -0700 Subject: Untrack theme.nix --- home.nix | 5 ++--- theme.nix | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/home.nix b/home.nix index 94b3f83..4281a5d 100644 --- a/home.nix +++ b/home.nix @@ -7,9 +7,8 @@ ./home ]; - # theme.nix is a symlink to a theme under ./themes/ - # This lets me switch out my theme while only altering - # theme.nix, which I dont commit changes to. + # theme.nix is an untracked symlink to a theme under ./themes/ + # This lets me switch out my theme without making changes in git theme = import ./theme.nix; home.stateVersion = "23.11"; diff --git a/theme.nix b/theme.nix index b3e5bdb..6654f81 120000 --- a/theme.nix +++ b/theme.nix @@ -1 +1 @@ -themes/skull.nix \ No newline at end of file +./themes/skull.nix \ No newline at end of file -- cgit v1.2.3