Update
This commit is contained in:
parent
d4abd221c0
commit
063534079d
@ -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 ]; }
|
||||
|
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user