set up something working (hopefully)

This commit is contained in:
vali 2024-04-10 11:35:09 +02:00
commit 9e6fd4dc95
21 changed files with 567 additions and 10 deletions

View file

@ -0,0 +1,16 @@
{ inputs, outputs, pks, lib, profile-config, ... }:
{
imports = [
../../../modules/vali/default.nix
../common
./hardware-configuration.nix
./packages.nix
./boot.nix
];
i3.enable = true;
security.polkit.enable = true;
# Set the keyboard layout to DE
services.xserver.xkb.layout.enable = "de";
console.keyMap = "de";
}