diff --git a/.gitignore b/.gitignore index cc505fb..84c5e1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /result *.qcow2 \# +# +.# diff --git a/home/features/desktop/wofi.nix b/home/features/desktop/wofi.nix index cbeb969..b4ca7ca 100644 --- a/home/features/desktop/wofi.nix +++ b/home/features/desktop/wofi.nix @@ -6,7 +6,7 @@ in { home.packages = [ pkgs.wofi - kgs.be -m wofi-pass + bemoji + wofi-pass ]; } diff --git a/home/users/m3tam3re/base/default.nix b/home/users/m3tam3re/base/default.nix index 6c80573..2f3f9e2 100644 --- a/home/users/m3tam3re/base/default.nix +++ b/home/users/m3tam3re/base/default.nix @@ -23,6 +23,9 @@ nixpkgs = { userName = "m3tam3re"; userEmail = "m@m3tam3re.com"; aliases = { st = "status"; }; + extraConfig = { + core.excludesfile = "~/.gitignore_global"; + }; }; };