Use phinger-cursors theme

This commit is contained in:
buffet 2022-08-22 13:08:49 +00:00
parent e2231ee089
commit b852c2b412

View file

@ -12,8 +12,6 @@ in {
./system.nix ./system.nix
]; ];
# TODO: setup phinger-cursors
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
neovim neovim
@ -26,28 +24,36 @@ in {
]; ];
home-manager.users.buffet = { home-manager.users.buffet = {
home.packages = with pkgs; [ home = {
du-dust packages = with pkgs; [
fd du-dust
gdb fd
github-cli gdb
htop github-cli
kcachegrind htop
linuxPackages.perf kcachegrind
okular linuxPackages.perf
radare2 okular
ripgrep radare2
scc ripgrep
strace scc
trash-cli strace
tree trash-cli
valgrind tree
wget valgrind
wl-clipboard wget
]; wl-clipboard
];
home.sessionVariables = { sessionVariables = {
BROWSER = "chromium"; BROWSER = "chromium";
};
pointerCursor = {
package = pkgs.phinger-cursors;
name = "phinger-cursors-light";
gtk.enable = true;
};
}; };
programs.direnv = { programs.direnv = {