Files
.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
nix-dotfiles/users/richie/global/desktop.nix

13 lines
178 B
Nix
Raw Normal View History

2024-06-13 20:24:01 -04:00
{
services = {
desktopManager.plasma6.enable = true;
xserver = {
enable = true;
xkb = {
layout = "us";
variant = "";
};
};
};
}