From a0149ffbf619416c4b0e69f3d566c018262b4bb8 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 4 Apr 2024 17:10:38 +0100 Subject: [PATCH] minor bug fix, Papirus icon theme --- home.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/home.nix b/home.nix index 38659602..34472e95 100644 --- a/home.nix +++ b/home.nix @@ -66,8 +66,7 @@ (writeShellScriptBin "reload" '' nix-channel --update echo "rebuilding home.nix..." - home-manager switch - rm switch.log + home-manager switch -b backup '') (writeShellScriptBin "update" '' @@ -287,8 +286,8 @@ }; iconTheme = { - name = "Tela"; - package = pkgs.tela-icon-theme; + name = "Papirus"; + package = pkgs.papirus-icon-theme; }; }; @@ -350,7 +349,7 @@ color-scheme = "prefer-dark"; enable-hot-corners = false; cursor-theme = "Bibata-Modern-Classic"; - icon-theme = "Tela"; + icon-theme = "Papirus"; }; "org/gnome/shell/extensions/vitals" = {