Move all locale information into locales, move dconf to common and remove desktop default
This commit is contained in:
parent
80a5b82038
commit
195aa9e722
|
@ -31,6 +31,7 @@ in {
|
|||
virtualisation.podman.enable = true;
|
||||
programs = {
|
||||
ssh.startAgent = true;
|
||||
dconf.enable = true;
|
||||
fish.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{...}: {
|
||||
console.keyMap = "uk";
|
||||
programs.dconf.enable = true;
|
||||
}
|
|
@ -1,8 +1,10 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{...}: {
|
||||
services.xserver = {
|
||||
layout = "gb";
|
||||
xkbVariant = "";
|
||||
};
|
||||
console.keyMap = "uk";
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/London";
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
../../hardware/audio.nix
|
||||
../../hardware/bluetooth.nix
|
||||
../../locales/en_GB.nix
|
||||
../../desktop/hyprland.nix
|
||||
../../services/syncthing/N0245.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
../../hardware/audio.nix
|
||||
../../hardware/bluetooth.nix
|
||||
../../locales/en_GB.nix
|
||||
../../desktop/hyprland.nix
|
||||
../../services/sshd
|
||||
];
|
||||
networking = {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue