Define imv keys, switch to btop, put stateful data in per-system config
This commit is contained in:
parent
0d212ce643
commit
a589e07a6c
29 changed files with 121 additions and 114 deletions
9
modules/home/settings/cursor/default.nix
Normal file
9
modules/home/settings/cursor/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
name = "Simp1e-Dark";
|
||||
package = pkgs.simp1e-cursors;
|
||||
size = 24;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue