From d98892572a70fc887f24e360605656bd2103b743 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sat, 8 Feb 2025 18:44:21 -0600 Subject: [PATCH] steamndeck shell --- hosts/deck/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/deck/configuration.nix b/hosts/deck/configuration.nix index 57a35f6..aaa8a43 100644 --- a/hosts/deck/configuration.nix +++ b/hosts/deck/configuration.nix @@ -58,6 +58,7 @@ # firefox tree ]; + shell = pkgs.zsh; }; programs.gamemode.enable = lib.mkDefault true;