From 1b6444fa5b224938b477d0f970d228e346a29042 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 4 Mar 2023 19:25:01 +0100 Subject: Remove fish config in favor of userspace --- configuration.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 3f5b903..5da9f94 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,7 +1,6 @@ { config, pkgs, pkgs-personal, hostname, ... }: { imports = [ - ./fish.nix ./user/common.nix (./host + ("/" + hostname + ".nix")) ]; -- cgit v1.2.3