wrong hardware config *facepalm*

This commit is contained in:
2024-10-18 17:20:25 -05:00
parent 22f3ab8f51
commit 9e7b3a0250
7 changed files with 53 additions and 45 deletions

View File

@@ -13,7 +13,7 @@
config = lib.mkIf config.sysconfig.homebox.enable {
allowUnfree = true;
nixpkgs.config.allowUnfree = true;
assertions = [
{
@@ -52,6 +52,10 @@
pulseaudio.enable = false;
};
environment.shells = with pkgs; [ zsh ];
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
services = {
xserver = {
@@ -68,5 +72,7 @@
WLR_LIBINPUT_NO_DEVICES = "1";
};
};
system.stateVersion = "24.05";
};
}