From 14e72c5f239dd02234cbe467c3a4be1c0845c7cd Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 19 Aug 2021 23:33:53 +0200 Subject: Enable pure instantiation of config via flake i.e. via `nix run .#hostname`. Currently pulling in a pending pull request at jupyterWith for flakeified JupyterLab installations. The entire system consisting of `nixos_system` and `nixos_home` flakes can now be purely instantiated from clones in the user directory. No "/etc/nixos" resp. ".config/nixpkgs" needed. This is nice, probably not going to bother merging both repositories. --- gui/gtk.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/gtk.nix') diff --git a/gui/gtk.nix b/gui/gtk.nix index fc86160..f4bac43 100644 --- a/gui/gtk.nix +++ b/gui/gtk.nix @@ -9,7 +9,7 @@ in { theme = { name = "oomox"; - package = pkgs-personal.oomox-gtk-theme { + package = pkgs-personal.customizable.oomox-gtk-theme { accent_bg = "aadb0f"; bg = "d8d8d8"; fg = "101010"; @@ -38,7 +38,7 @@ in { iconTheme = { name = "oomox-archdroid"; - package = pkgs-personal.oomox-archdroid-icon-theme "909636"; + package = pkgs-personal.customizable.oomox-archdroid-icon-theme "909636"; }; font = { -- cgit v1.2.3