From 83e9630ce42986d098abd0bc77d42c03b8594508 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 4 Jul 2026 12:49:32 -0400 Subject: zsh linux and zsh darwin, also add some tools for linux --- hosts/nepsis/configuration.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'hosts') diff --git a/hosts/nepsis/configuration.nix b/hosts/nepsis/configuration.nix index 3c59824..a7f1c9e 100644 --- a/hosts/nepsis/configuration.nix +++ b/hosts/nepsis/configuration.nix @@ -102,7 +102,7 @@ enable = true; startWithGraphical = config.services.xserver.enable; install = true; - defaultEditor = true; + # defaultEditor = true; }; programs.firefox = { @@ -111,20 +111,6 @@ package = pkgs.librewolf; }; - programs.git = { - enable = true; - config = { - user = { - name = "Skullheadx"; - email = "admonty1@protonmail.com"; - }; - pull.rebase = true; - url = { - "git@github.com:".insteadOf = "https://github.com/"; - }; - }; - }; - programs.steam = { enable = true; remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play -- cgit v1.3.1