set up something working (hopefully)
This commit is contained in:
parent
ef7d08bedf
commit
86e93de371
21 changed files with 567 additions and 10 deletions
16
hosts/vali/desktop/default.nix
Normal file
16
hosts/vali/desktop/default.nix
Normal 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";
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue