Melee
This commit is contained in:
parent
576f09d4e0
commit
f17a54ca68
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
colors,
|
||||
outputs,
|
||||
lib,
|
||||
|
@ -40,13 +39,6 @@
|
|||
'';
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
name = "Bibata-Modern-Classic";
|
||||
package = pkgs.bibata-cursors;
|
||||
size = 64; # TODO: this doesn't seem to work -- at least in Sway
|
||||
# some icons are also missing (hand2?)
|
||||
};
|
||||
|
||||
programs.foot = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
ssbm = {
|
||||
cache.enable = true;
|
||||
overlay.enable = true;
|
||||
# overlay.enabled = true;
|
||||
|
||||
gcc = {
|
||||
rules.enable = true;
|
||||
|
|
Loading…
Reference in a new issue