From 64b15ce4e076936e5cffe0a883822c0f68326e45 Mon Sep 17 00:00:00 2001 From: Vivian Roest 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 87e8b6de..7cffc568 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 fb2d0e80..4bb03675 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 { };