From 35d6c2c70824cf77ef2216889cc9730b622f5ac1 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 13 Sep 2024 15:04:06 +0200 Subject: big push --- nix/hosts/caladan/darwin-configuration.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'nix/hosts/caladan/darwin-configuration.nix') diff --git a/nix/hosts/caladan/darwin-configuration.nix b/nix/hosts/caladan/darwin-configuration.nix index a181b35..2461fd2 100644 --- a/nix/hosts/caladan/darwin-configuration.nix +++ b/nix/hosts/caladan/darwin-configuration.nix @@ -85,17 +85,14 @@ config.allowUnfree = true; }; - programs.fish.enable = true; - services.nix-daemon.enable = true; + # <3 security.pam.enableSudoTouchIdAuth = true; environment = { - systemPackages = [ - pkgs.yarr - ]; - shells = with pkgs; [ bashInteractive zsh fish ]; + systemPackages = [ ]; # set via home-manager + shells = with pkgs; [ bashInteractive zsh ]; }; } -- cgit 1.4.1