Move all locale information into locales, move dconf to common and remove desktop default

This commit is contained in:
Evie Litherland-Smith 2023-06-20 07:17:15 +01:00
parent 80a5b82038
commit 195aa9e722
6 changed files with 9 additions and 12 deletions

View file

@ -31,6 +31,7 @@ in {
virtualisation.podman.enable = true;
programs = {
ssh.startAgent = true;
dconf.enable = true;
fish.enable = true;
zsh.enable = true;
};

View file

@ -1,4 +0,0 @@
{...}: {
console.keyMap = "uk";
programs.dconf.enable = true;
}

View file

@ -1,8 +1,10 @@
{
config,
pkgs,
...
}: {
{...}: {
services.xserver = {
layout = "gb";
xkbVariant = "";
};
console.keyMap = "uk";
# Set your time zone.
time.timeZone = "Europe/London";

View file

@ -4,7 +4,6 @@
../../hardware/audio.nix
../../hardware/bluetooth.nix
../../locales/en_GB.nix
../../desktop/hyprland.nix
../../services/syncthing/N0245.nix
];

View file

@ -4,7 +4,6 @@
../../hardware/audio.nix
../../hardware/bluetooth.nix
../../locales/en_GB.nix
../../desktop/hyprland.nix
../../services/sshd
];
networking = {

View file

@ -2,7 +2,7 @@
imports = [
../../home/personal.nix
../../home/gui
../../home/desktop/swayfx.nix
../../home/desktop/sway.nix
];
home.username = "xenia";
home.homeDirectory = "/home/xenia";