ops/nixos: add alacritty everywhere
This commit is contained in:
parent
0372f4b848
commit
11066035e2
3 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,7 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim rxvt_unicode.terminfo tmux rebuilder tailscale rsync libarchive tcpdump restic
|
||||
alacritty.terminfo
|
||||
iftop htop jq
|
||||
depot.nix.pkgs.mercurial
|
||||
switch-prebuilt
|
||||
|
|
|
@ -99,6 +99,7 @@ in
|
|||
exec "${home-manager}/bin/home-manager" -f "${config.home.homeDirectory}/depot/home-manager-ext.nix" -A "${configName}" "$@"
|
||||
'')
|
||||
rxvt_unicode.terminfo tmux rsync libarchive tcpdump restic
|
||||
alacritty.terminfo
|
||||
iftop htop jq
|
||||
depot.nix.pkgs.mercurial
|
||||
] ++ lib.optionals isLinux [
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
depot.nix.pkgs.flameshot
|
||||
]);
|
||||
|
||||
programs.alacritty.enable = true;
|
||||
|
||||
home.file."bin/screencap" = {
|
||||
executable = true;
|
||||
text = ''
|
||||
|
|
Loading…
Reference in a new issue