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;