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 { };