Update Tibo-NixFat
This commit is contained in:
parent
5c9517bb0c
commit
6c1cdbe288
1 changed files with 2 additions and 5 deletions
|
@ -36,7 +36,6 @@
|
|||
users.tdpeuter.enable = true;
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
qemu.enable = true;
|
||||
virtualbox.enable = true;
|
||||
};
|
||||
|
@ -55,8 +54,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
kernelPackages = pkgs.linuxPackages_hardened;
|
||||
|
||||
# Use the systemd-boot EFI boot loader.]
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
|
@ -76,7 +73,6 @@
|
|||
];
|
||||
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
||||
|
@ -101,9 +97,10 @@
|
|||
xkbVariant = "altgr-intl";
|
||||
# Touchpad
|
||||
libinput.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
system.stateVersion = "23.11";
|
||||
|
||||
time.timeZone = "Europe/Brussels";
|
||||
|
||||
|
|
Loading…
Reference in a new issue