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_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
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue