summaryrefslogtreecommitdiff
path: root/config/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/common.nix')
-rw-r--r--config/common.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/common.nix b/config/common.nix
index b7dac7c..e75ed3f 100644
--- a/config/common.nix
+++ b/config/common.nix
@@ -1,10 +1,5 @@
{ config, lib, pkgs, ... }:
{
- site = {
- ports = {
- };
- };
-
programs.fish.enable = true;
environment.shellAliases = {
@@ -12,6 +7,7 @@
};
environment.systemPackages = with pkgs; [
dnsutils
+ git
gnupg
haskellPackages.hledger
htop