change to solarized dark and add cursor theme
This commit is contained in:
parent
57d1fcbf9c
commit
190418f618
1 changed files with 5 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
|||
gnome.gnome-software
|
||||
adw-gtk3
|
||||
numix-icon-theme-circle
|
||||
numix-cursor-theme
|
||||
(st.overrideAttrs (oldAttrs: {
|
||||
src = builtins.fetchTarball {
|
||||
url = "https://code.relms.dev/Relms/st/archive/9973cc2bdd0b18f134b8065f8a840a77002cd977.tar.gz";
|
||||
|
@ -16,12 +17,12 @@
|
|||
|
||||
xresources.extraConfig = builtins.readFile (
|
||||
pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
owner = "solarized";
|
||||
repo = "xresources";
|
||||
rev = "d82c02323e05158ad35f302771e3695affafab78";
|
||||
sha256 = "0n6lcn44ih8hqibx470djjns9c7glmnllfrda207wk6w7cz51d4a";
|
||||
rev = "0c426297b558965d462f0e45f87eb16a10586c53";
|
||||
sha256 = "sha256-ljZHqFUnmsyBGPlrnb9pQ9X8yH24W9Z5ImohyuoaAcA=";
|
||||
}
|
||||
+ "/macchiato.Xresources"
|
||||
+ "/Xresources.dark"
|
||||
);
|
||||
|
||||
programs.firefox = {
|
||||
|
|
Reference in a new issue