chore: apply linting and cleaning

This commit is contained in:
Mohammad Rafiq 2025-03-27 07:51:53 +08:00
parent 6de54986de
commit bc9e502231
No known key found for this signature in database
2 changed files with 0 additions and 10 deletions

View file

@ -1,4 +1,3 @@
{ config, ... }:
{
home-manager.users.rafiq = {
home.sessionVariables.GIT_CONFIG_GLOBAL = "$HOME/.config/git/config";

View file

@ -1,9 +0,0 @@
{
stylix.cursor = {
name = "wii-cursor";
# package = inputs.wii-cursor.packages.${pkgs.stdenv.hostPlatform.system}.wii-cursor;
package = builtins.trace (inputs.wii-cursor.packages.${pkgs.stdenv.hostPlatform.system}.wii-cursor
) (inputs.wii-cursor.packages.${pkgs.stdenv.hostPlatform.system}.wii-cursor);
size = 20;
};
}