Satori: a.

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-03-28 04:57:27 +05:30
parent 04da549117
commit f89fefa53d
17 changed files with 221 additions and 152 deletions

View File

@@ -1,15 +1,11 @@
{ pkgs, config, ... }:
{
gtk.cursorTheme = {
package = pkgs.numix-cursor-theme;
name = "Numix";
};
xsession = {
pointerCursor = {
package = pkgs.numix-cursor-theme;
name = "Numix";
};
windowManager = {
bspwm = {
enable = false;
extraConfig = builtins.readFile ./config/bspwm/bspwmrc;
};
xmonad = {
enable = true;
enableContribAndExtras = true;