diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-20 22:24:29 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-20 22:31:51 -0700 |
| commit | 3adc18ac29c924ee7bff0efb6ba63ecfec47bb6c (patch) | |
| tree | 7e1dbcc064d09f898a59b737f4ffad2cb7ff0d27 | |
| parent | 989d73e761a8a919485f45de1587a3b19a63c66e (diff) | |
Untrack theme.nix
| -rw-r--r-- | home.nix | 5 | ||||
| l--------- | theme.nix | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -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"; @@ -1 +1 @@ -themes/skull.nix
\ No newline at end of file +./themes/skull.nix
\ No newline at end of file |