minor changes

This commit is contained in:
Vivian 2022-10-30 19:52:03 +01:00
parent 5cccd15247
commit a953365bc7
2 changed files with 3 additions and 4 deletions

View file

@ -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}"

View file

@ -1,4 +1,4 @@
# nix-build -E 'with import <nixpkgs> {}; callPackage ./platformio.nix {}'
# nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'
final: prev: {
v = {
glitch-soc = prev.callPackage ./glitch-soc { };