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; virtualisation.podman.enable = true;
programs = { programs = {
ssh.startAgent = true; ssh.startAgent = true;
dconf.enable = true;
fish.enable = true; fish.enable = true;
zsh.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, services.xserver = {
pkgs, layout = "gb";
... xkbVariant = "";
}: { };
console.keyMap = "uk";
# Set your time zone. # Set your time zone.
time.timeZone = "Europe/London"; time.timeZone = "Europe/London";

View file

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

View file

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

View file

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