diff options
| -rw-r--r-- | home.nix | 3 | ||||
| l--------- | theme.nix | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -7,6 +7,9 @@ ./modules/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 = import ./theme.nix; home.stateVersion = "23.11"; @@ -1 +1 @@ -themes/matama.nix
\ No newline at end of file +themes/skull.nix
\ No newline at end of file |