[nixos] Upgrade to 24.05
This commit is contained in:
parent
386d79432b
commit
0fb52ce59e
7 changed files with 38 additions and 35 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
openconnect-sso.enable = true;
|
||||
# openconnect-sso.enable = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
|
@ -97,16 +97,17 @@
|
|||
lidSwitchDocked = "ignore";
|
||||
};
|
||||
|
||||
xserver = {
|
||||
xserver.xkb = {
|
||||
# Keyboard layout
|
||||
layout = "us";
|
||||
xkbVariant = "altgr-intl";
|
||||
# Touchpad
|
||||
libinput.enable = true;
|
||||
variant = "altgr-intl";
|
||||
};
|
||||
|
||||
# Touchpad
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
time.timeZone = "Europe/Brussels";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue