diff --git a/flake.lock b/flake.lock index a538b40..f52a911 100644 --- a/flake.lock +++ b/flake.lock @@ -184,11 +184,11 @@ "locked": { "lastModified": 1, "narHash": "sha256-wBVLwFjGszsaibW+oPRSRFq6vzKPxSmfsh1evEQ56Ow=", - "path": "/nix/store/ckyl8qcd8miy428i4gwy9f9zsdxwy683-source/system/extras/pydev", + "path": "/nix/store/ndwa1kyvzzf8vj9garg641509m2z4dgn-source/system/extras/pydev", "type": "path" }, "original": { - "path": "/nix/store/ckyl8qcd8miy428i4gwy9f9zsdxwy683-source/system/extras/pydev", + "path": "/nix/store/ndwa1kyvzzf8vj9garg641509m2z4dgn-source/system/extras/pydev", "type": "path" } }, diff --git a/home/autumn/home.nix b/home/autumn/home.nix index e67011e..932eab4 100644 --- a/home/autumn/home.nix +++ b/home/autumn/home.nix @@ -36,6 +36,11 @@ # wayland.windowManager.river.enable = true; imports = [ + ## Themeing + + # cursor theme + ../themefiles/cursor.nix + # packages with further configuration ../packages/alacritty/alacritty.nix ../packages/crawl/crawl.nix diff --git a/home/themefiles/cursor.nix b/home/themefiles/cursor.nix new file mode 100644 index 0000000..4d815b2 --- /dev/null +++ b/home/themefiles/cursor.nix @@ -0,0 +1,9 @@ +{config, pkgs, ...}: +{ + home.pointerCursor = { + name = "oreo-cursors-plus"; + package = pkgs.oreo-cursors-plus; + size = 32; + gtk.enable = true; + }; +} diff --git a/system/yukigekko/configuration.nix b/system/yukigekko/configuration.nix index 0686a42..ef59305 100644 --- a/system/yukigekko/configuration.nix +++ b/system/yukigekko/configuration.nix @@ -83,6 +83,16 @@ wayland wayland-protocols libxkbcommon + expat + fontconfig + freetype + freetype.dev + libGL + pkg-config + xorg.libX11 + xorg.libXcursor + xorg.libXi + xorg.libXrandr ]; environment.pathsToLink = ["/share/zsh"];