From 9a6355aec90db59e7ddb77e9d33c4f85a3373555 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 14 Oct 2024 14:14:44 -0700 Subject: [PATCH] Switch to "nature-blue" theme --- nix/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/flake.nix b/nix/flake.nix index 620414f7..cd28995e 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -39,8 +39,8 @@ }; userSettings = { user = "joey"; - theme = "gruvbox-cool"; - wm = "plasma"; + theme = "nature-blue"; + wm = "hyprland"; }; lib = nixpkgs.lib; pkgs = import inputs.nixpkgs {