summaryrefslogtreecommitdiffstats
path: root/hosts/nepsis/configuration.nix
diff options
context:
space:
mode:
authorSkullheadx <andrew@montgomery.systems>2026-07-04 12:49:32 -0400
committerSkullheadx <andrew@montgomery.systems>2026-07-04 12:49:32 -0400
commit83e9630ce42986d098abd0bc77d42c03b8594508 (patch)
tree764470f68677fe86eac4163c746fe4376e7ae492 /hosts/nepsis/configuration.nix
parenttodo for git forge (diff)
downloadnixos-83e9630ce42986d098abd0bc77d42c03b8594508.tar.gz
nixos-83e9630ce42986d098abd0bc77d42c03b8594508.tar.bz2
nixos-83e9630ce42986d098abd0bc77d42c03b8594508.zip
zsh linux and zsh darwin, also add some tools for linux
Diffstat (limited to 'hosts/nepsis/configuration.nix')
-rw-r--r--hosts/nepsis/configuration.nix16
1 files changed, 1 insertions, 15 deletions
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