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;
|
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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{...}: {
|
|
||||||
console.keyMap = "uk";
|
|
||||||
programs.dconf.enable = true;
|
|
||||||
}
|
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue