Compare commits

...

2 commits

Author SHA1 Message Date
Updater
814e45ad22 fix(console): use xserver settings for kbd stuff 2023-12-20 03:47:52 -05:00
Updater
ace3811a0b feat(nix): allow remote building 2023-12-20 03:47:22 -05:00
3 changed files with 5 additions and 3 deletions

View file

@ -32,6 +32,9 @@
keep-derivations = true;
auto-optimise-store = true;
warn-dirty = false;
# remote building
trusted-users = ["matt"];
};
};

View file

@ -23,5 +23,6 @@
imagemagick
usbutils
zip
dig.dnsutils
]);
}

View file

@ -35,7 +35,5 @@
# Select internationalisation properties.
i18n.defaultLocale = "en_CA.UTF-8";
console = {
keyMap = "ca";
};
console.useXkbConfig = true;
}