From 063534079d48e28e0a8af191f8917f53371f9dfc Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 18 Jun 2024 19:15:19 +0200 Subject: [PATCH] Update --- home/scripts/startup/default.nix | 2 +- hosts/laptop/variables.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/scripts/startup/default.nix b/home/scripts/startup/default.nix index 608f1cd..76741c3 100644 --- a/home/scripts/startup/default.nix +++ b/home/scripts/startup/default.nix @@ -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 ]; } diff --git a/hosts/laptop/variables.nix b/hosts/laptop/variables.nix index 30bd44e..a8e34f3 100644 --- a/hosts/laptop/variables.nix +++ b/hosts/laptop/variables.nix @@ -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 }; }