This commit is contained in:
Hadi 2024-06-18 19:15:19 +02:00
parent d4abd221c0
commit 063534079d
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ let
wlr-randr --output "Unknown-1" --off # FIX: REMOVE WEIRD GHOST MONITOR
'';
in { home.packages = with pkgs; [ startup nextcloud-watch nextcloud-client ]; }
in { home.packages = with pkgs; [ startup ]; }

View File

@ -27,6 +27,6 @@
# change the nvim's obsidian configuration if you want to enable that:
obsidian = true;
theme = import ../themes/nixy.nix; # select your theme here
theme = import ../themes/catppuccin.nix; # select your theme here
};
}