diff options
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 5 |
1 files changed, 2 insertions, 3 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"; |