Commit for generation 62
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, desktop-utils, ... }:
|
||||
{ config, pkgs, nvim, toilet, ... }:
|
||||
|
||||
{
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
@@ -45,9 +45,31 @@
|
||||
zsh-syntax-highlighting
|
||||
zsh-history-substring-search
|
||||
zsh-autosuggestions
|
||||
desktop-utils
|
||||
nvim
|
||||
toilet
|
||||
];
|
||||
|
||||
home.pointerCursor =
|
||||
let
|
||||
getFrom = url: hash: name: {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
name = name;
|
||||
size = 48;
|
||||
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/53e6cb854a0bd446b326ca7c40fb5cdf/Hackneyed-Dark-48px-0.9.2-right-handed.tar.bz2"
|
||||
"sha256-1zd8blhp899ndmdc7zalmqzma1p9gb8k1lbl88qk5ks1xlp73wai="
|
||||
"Hackneyed-Dark";
|
||||
|
||||
home.file = { # dotfiles
|
||||
# example
|
||||
# ".screenrc".source = dotfiles/screenrc;
|
||||
|
||||
Reference in New Issue
Block a user