Use phinger-cursors theme
This commit is contained in:
parent
e2231ee089
commit
b852c2b412
1 changed files with 29 additions and 23 deletions
14
fanya.nix
14
fanya.nix
|
@ -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,7 +24,8 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.buffet = {
|
home-manager.users.buffet = {
|
||||||
home.packages = with pkgs; [
|
home = {
|
||||||
|
packages = with pkgs; [
|
||||||
du-dust
|
du-dust
|
||||||
fd
|
fd
|
||||||
gdb
|
gdb
|
||||||
|
@ -46,10 +45,17 @@ in {
|
||||||
wl-clipboard
|
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 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue