fix(nix): add pointer cursors
This commit is contained in:
parent
0dbe5972f8
commit
bd841d7958
1 changed files with 10 additions and 0 deletions
|
@ -119,6 +119,8 @@
|
|||
noto-fonts-cjk-sans
|
||||
libertine
|
||||
roboto
|
||||
|
||||
adwaita-icon-theme
|
||||
];
|
||||
emacsPackages = with pkgs.emacsPackages; [ mu4e ];
|
||||
pythonPackages = with pkgs.python312Packages; [ python-lsp-server ];
|
||||
|
@ -128,6 +130,14 @@
|
|||
"$HOME/.local/share/racket/8.14/bin/" # This has to be updated every time Racket updates :(
|
||||
];
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
name = "Adwaita";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
size = 16;
|
||||
};
|
||||
|
||||
xresources.properties = {
|
||||
"Xft.antialias" = true;
|
||||
"Xft.rgba" = "rgb"; # type of anti-aliasing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue