compatibility modifications for sephiroth
This commit is contained in:
@ -15,7 +15,7 @@ in {
|
||||
imports = map (module: import module {inherit lib pkgs dirs userName userEmail;}) [
|
||||
./atuin.nix
|
||||
./shell.nix
|
||||
./core.nix
|
||||
./packages
|
||||
./git.nix
|
||||
./starship.nix
|
||||
./eza.nix
|
||||
@ -43,7 +43,7 @@ in {
|
||||
XDG_STATE_HOME = "$HOME/.local/state";
|
||||
};
|
||||
|
||||
pointerCursor = {
|
||||
pointerCursor = lib.mkIf pkgs.stdenv.isLinux {
|
||||
gtk.enable = true;
|
||||
package = pkgs.catppuccin-cursors.mochaDark;
|
||||
name = "catppuccin-mocha-dark-cursors";
|
||||
|
Reference in New Issue
Block a user