machines: enable zsh by default
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2026-01-11 19:20:56 +01:00
parent 74ec60d50d
commit 5105f8b1a4
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ self, ... }:
{ self, lib, ... }:
let
inherit (self.inputs)
disko
@ -46,6 +46,7 @@ let
}
{
my.profiles.core.enable = true;
my.profiles.zsh.enable = lib.mkDefault true;
}
../modules
../profiles