Files
cnix/nixos/system/default.nix
cnst c08012466e ??
2024-08-02 18:48:27 +02:00

12 lines
153 B
Nix

{pkgs, ...}: {
imports = [
./etc
./shell/sh
];
console.useXkbConfig = true;
environment.systemPackages = with pkgs; [
anyrun
];
}