From 8018c946e98d39e53f75b023139c3e0cabd2bbd4 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sat, 8 Feb 2025 19:19:26 -0600 Subject: [PATCH] sd setup --- hosts/deck/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/deck/configuration.nix b/hosts/deck/configuration.nix index 790b7a7..377cd42 100644 --- a/hosts/deck/configuration.nix +++ b/hosts/deck/configuration.nix @@ -55,7 +55,7 @@ isNormalUser = true; extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ - # firefox + firefox tree ]; shell = pkgs.zsh;