shuffled things around
This commit is contained in:
parent
c747e19474
commit
fe0fc9ff5b
3 changed files with 5 additions and 21 deletions
|
|
@ -13,4 +13,5 @@ _:
|
||||||
LC_TELEPHONE = "en_GB.UTF-8";
|
LC_TELEPHONE = "en_GB.UTF-8";
|
||||||
LC_TIME = "en_GB.UTF-8";
|
LC_TIME = "en_GB.UTF-8";
|
||||||
};
|
};
|
||||||
|
console.keyMap = "uk";
|
||||||
}
|
}
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
{config, pkgs, lib, ...}:
|
|
||||||
|
|
||||||
let
|
|
||||||
cfg = config.modules.terminal;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options = {
|
|
||||||
modules.terminal.enable = lib.mkEnableOption "Enables alacritty";
|
|
||||||
};
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
alacritty
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -13,11 +13,10 @@
|
||||||
|
|
||||||
networking.hostName = "vm";
|
networking.hostName = "vm";
|
||||||
|
|
||||||
modules.graphical.enable = true;
|
modules.graphical = {
|
||||||
modules.terminal.enable = true;
|
enable = true;
|
||||||
modules.git.enable = true;
|
waybar = true;
|
||||||
|
};
|
||||||
console.keyMap = "uk";
|
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue