summaryrefslogtreecommitdiff
path: root/common/common.nix
diff options
context:
space:
mode:
authorstuebinm2024-06-04 21:14:49 +0200
committerstuebinm2024-06-04 21:14:49 +0200
commitd27e67743931d352e5857b605d44657668fa9013 (patch)
treebad8f97e5f47e791f7f6a3e0b94ef45b5ff0e131 /common/common.nix
parent9bf026e55b72af7aa14096440537fefddc56c212 (diff)
all: jump to nixpkgs 24.05
this does a lot of things, most of which are maintenance: - sources update - adjust newly-renamed options - swap some packages that were removed / renamed - update nomsring to newer default ghc - remove the deprecated lib.mdDoc from modules/*.nix - disable the nixpkgs mollysocket module so my own keeps evaluating - bundle the package definition of hikari & wlroots 0.15, which nixpkgs has removed as unmaintained (in fairness, they are unmaintained)
Diffstat (limited to '')
-rw-r--r--common/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/common.nix b/common/common.nix
index 51eb334..02fec64 100644
--- a/common/common.nix
+++ b/common/common.nix
@@ -32,8 +32,8 @@
# we don't actually use the x server, but the console / tty keyboard
# settings will be derived from this
- services.xserver.layout = "de";
- services.xserver.xkbOptions = "caps:escape";
+ services.xserver.xkb.layout = "de";
+ services.xserver.xkb.options = "caps:escape";
documentation = {
dev.enable = true;