From 29cd2d49889fc7cabdabcbd3864d717cf5bee4c0 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Fri, 20 Oct 2023 00:28:35 -0400 Subject: [PATCH] feat(binto): don't use theme.nix with kde --- hosts/binto/default.nix | 1 - hosts/binto/modules/desktop.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/binto/default.nix b/hosts/binto/default.nix index 7845405..ca372a0 100644 --- a/hosts/binto/default.nix +++ b/hosts/binto/default.nix @@ -35,7 +35,6 @@ ../../modules/alacritty.nix ../../modules/dconf.nix ../../modules/firefox - ../../modules/theme.nix ]; # No touchy diff --git a/hosts/binto/modules/desktop.nix b/hosts/binto/modules/desktop.nix index afcdd88..eb4cd6a 100644 --- a/hosts/binto/modules/desktop.nix +++ b/hosts/binto/modules/desktop.nix @@ -17,6 +17,7 @@ environment.systemPackages = with pkgs; [ p7zip # for reshade xclip + flat-remix-icon-theme nextcloud-client (pkgs.discord.override { withOpenASAR = true;