adding themefile subdir

This commit is contained in:
2025-09-22 13:29:25 -06:00
parent 11c04eb724
commit 7eb6dd5d08
4 changed files with 26 additions and 2 deletions

4
flake.lock generated
View File

@@ -184,11 +184,11 @@
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-wBVLwFjGszsaibW+oPRSRFq6vzKPxSmfsh1evEQ56Ow=", "narHash": "sha256-wBVLwFjGszsaibW+oPRSRFq6vzKPxSmfsh1evEQ56Ow=",
"path": "/nix/store/ckyl8qcd8miy428i4gwy9f9zsdxwy683-source/system/extras/pydev", "path": "/nix/store/ndwa1kyvzzf8vj9garg641509m2z4dgn-source/system/extras/pydev",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/ckyl8qcd8miy428i4gwy9f9zsdxwy683-source/system/extras/pydev", "path": "/nix/store/ndwa1kyvzzf8vj9garg641509m2z4dgn-source/system/extras/pydev",
"type": "path" "type": "path"
} }
}, },

View File

@@ -36,6 +36,11 @@
# wayland.windowManager.river.enable = true; # wayland.windowManager.river.enable = true;
imports = [ imports = [
## Themeing
# cursor theme
../themefiles/cursor.nix
# packages with further configuration # packages with further configuration
../packages/alacritty/alacritty.nix ../packages/alacritty/alacritty.nix
../packages/crawl/crawl.nix ../packages/crawl/crawl.nix

View File

@@ -0,0 +1,9 @@
{config, pkgs, ...}:
{
home.pointerCursor = {
name = "oreo-cursors-plus";
package = pkgs.oreo-cursors-plus;
size = 32;
gtk.enable = true;
};
}

View File

@@ -83,6 +83,16 @@
wayland wayland
wayland-protocols wayland-protocols
libxkbcommon libxkbcommon
expat
fontconfig
freetype
freetype.dev
libGL
pkg-config
xorg.libX11
xorg.libXcursor
xorg.libXi
xorg.libXrandr
]; ];
environment.pathsToLink = ["/share/zsh"]; environment.pathsToLink = ["/share/zsh"];