wrong hardware config *facepalm*
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user