.github
.vscode
docs
hydra
keys
lib
modules
systems
users
alice
richie
global
docker_templates
desktop.nix
ssh.nix
syncthing_base.nix
zerotier.nix
home
default.nix
home.nix
secrets.yaml
default.nix
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
CONTRIBUTING.md
README.md
checks.nix
flake.lock
flake.nix
shell.nix
sops-mergetool.sh
statix.toml
treefmt.toml
13 lines
178 B
Nix
13 lines
178 B
Nix
![]() |
{
|
||
|
services = {
|
||
|
desktopManager.plasma6.enable = true;
|
||
|
xserver = {
|
||
|
enable = true;
|
||
|
xkb = {
|
||
|
layout = "us";
|
||
|
variant = "";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|