adding themefile subdir
This commit is contained in:
4
flake.lock
generated
4
flake.lock
generated
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
9
home/themefiles/cursor.nix
Normal file
9
home/themefiles/cursor.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{config, pkgs, ...}:
|
||||
{
|
||||
home.pointerCursor = {
|
||||
name = "oreo-cursors-plus";
|
||||
package = pkgs.oreo-cursors-plus;
|
||||
size = 32;
|
||||
gtk.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -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"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user