Commit for generation 66
This commit is contained in:
@@ -49,6 +49,26 @@
|
|||||||
toilet
|
toilet
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.pointerCursor =
|
||||||
|
let
|
||||||
|
getFrom = url: hash: name: {
|
||||||
|
gtk.enable = true;
|
||||||
|
x11.enable = true;
|
||||||
|
name = name;
|
||||||
|
size = 24;
|
||||||
|
package = pkgs.runCommand "moveUp" {} ''
|
||||||
|
mkdir -p $out/share/icons
|
||||||
|
ln -s ${pkgs.fetchzip {
|
||||||
|
url = url;
|
||||||
|
hash = hash;
|
||||||
|
}} $out/share/icons/${name}
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
in
|
||||||
|
getFrom
|
||||||
|
"https://gitlab.com/-/project/6703061/uploads/013137de48e6da3edc32bba068cf4c52/Hackneyed-Dark-24px-0.9.2-right-handed.tar.bz2"
|
||||||
|
"sha256-fEAyeeEEknbGEGycmvMcU4M77x1InsQCuIBwcSasOcw="
|
||||||
|
"Hackneyed-Dark";
|
||||||
|
|
||||||
home.file = { # dotfiles
|
home.file = { # dotfiles
|
||||||
# example
|
# example
|
||||||
|
|||||||
Reference in New Issue
Block a user