From b7a5d90616e1d756a06faa1d2d75b3b9130eca87 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Tue, 19 Dec 2023 16:03:07 +0100 Subject: [PATCH] hosts: laptop: add missing zsh --- hosts/default.nix | 2 +- hosts/laptop/default.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/default.nix b/hosts/default.nix index 3edeb0e..85fb7ce 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -11,7 +11,7 @@ # └─ ./home.nix # -{ lib, inputs, nixpkgs, nixos-hardware, home-manager, nur, user, userdmz, userserver, location, agenix, jovian-nixos, microvm, ... }: +{ lib, inputs, nixpkgs, nixos-hardware, home-manager, home-manager-unstable, nur, user, userdmz, userserver, location, agenix, jovian-nixos, microvm, ... }: let system = "x86_64-linux"; # System architecture diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 3c651fe..8520999 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -57,6 +57,7 @@ }; programs = { # No xbacklight, this is the alterantive + zsh.enable = true; dconf.enable = true; light.enable = true; ssh.startAgent = false;