From f7bf66c9b5ca2d832c36835b9424fcc589a6538a Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Tue, 27 Jun 2023 12:51:03 +0200 Subject: [PATCH] git settings --- .gitignore | 2 ++ home/features/desktop/wofi.nix | 4 ++-- home/users/m3tam3re/base/default.nix | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) 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"; + }; }; };