Compare commits
2 commits
147a19d2e8
...
dba05fa0c4
Author | SHA1 | Date | |
---|---|---|---|
|
dba05fa0c4 | ||
|
4fdd04a6f3 |
2 changed files with 12 additions and 0 deletions
11
users/willifan/graphical/theme/cursor.nix
Normal file
11
users/willifan/graphical/theme/cursor.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ pkgs, home-manager, ... }:
|
||||||
|
{
|
||||||
|
home-manager.users.willifan = {
|
||||||
|
home.pointerCursor = {
|
||||||
|
gtk.enable = true;
|
||||||
|
name = "Bibata-Modern-Classic";
|
||||||
|
package = pkgs.bibata-cursors;
|
||||||
|
size = 16;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./cursor.nix
|
||||||
./font.nix
|
./font.nix
|
||||||
./gtk.nix
|
./gtk.nix
|
||||||
./qt.nix
|
./qt.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue