chore: apply linting and cleaning
This commit is contained in:
parent
6de54986de
commit
bc9e502231
2 changed files with 0 additions and 10 deletions
|
@ -1,4 +1,3 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
home-manager.users.rafiq = {
|
||||
home.sessionVariables.GIT_CONFIG_GLOBAL = "$HOME/.config/git/config";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue