From e919eff2e7813aa98d919c24708dcec38d40d92e Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 3 Jun 2025 17:49:33 +0200 Subject: [PATCH] use fish --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 5d9df4e..d95e162 100644 --- a/configuration.nix +++ b/configuration.nix @@ -119,6 +119,7 @@ isNormalUser = true; description = "Felix Schulze"; extraGroups = [ "networkmanager" "wheel" "docker" ]; + shell = pkgs.fish; packages = with pkgs; [ firefox thunderbird @@ -195,6 +196,8 @@ intel-one-mono ]; + programs.fish.enable = true; + # enable firejail programs.firejail.enable = true;