From a953365bc7679252e72f34b633b296d0a3c13eb6 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 30 Oct 2022 19:52:03 +0100 Subject: [PATCH] minor changes --- nixos/hosts/thalassa/null/home/theme.nix | 5 ++--- nixos/pkgs/default.nix | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/nixos/hosts/thalassa/null/home/theme.nix b/nixos/hosts/thalassa/null/home/theme.nix index 87e8b6d..7cffc56 100644 --- a/nixos/hosts/thalassa/null/home/theme.nix +++ b/nixos/hosts/thalassa/null/home/theme.nix @@ -4,7 +4,7 @@ let theme = "Catppuccin-Pink-Dark"; cursorTheme = config.home.pointerCursor.name; - colour = rec { + colour = { rosewater = "f2d5cf"; flamingo = "eebebe"; pink = "f4b8e4"; @@ -34,8 +34,7 @@ let hex = mapAttrs (name: value: "#${value}") colour; }; -in -{ +in { home.file.".xsettingsd".text = '' Net/ThemeName "${theme}" Gtk/CursorThemeName "${cursorTheme}" diff --git a/nixos/pkgs/default.nix b/nixos/pkgs/default.nix index fb2d0e8..4bb0367 100644 --- a/nixos/pkgs/default.nix +++ b/nixos/pkgs/default.nix @@ -1,4 +1,4 @@ -# nix-build -E 'with import {}; callPackage ./platformio.nix {}' +# nix-build -E 'with import {}; callPackage ./default.nix {}' final: prev: { v = { glitch-soc = prev.callPackage ./glitch-soc { };