ops/nixos: add alacritty everywhere

This commit is contained in:
Luke Granger-Brown 2021-04-17 20:17:43 +01:00
parent 0372f4b848
commit 11066035e2
3 changed files with 4 additions and 0 deletions

View file

@ -85,6 +85,7 @@ in
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim rxvt_unicode.terminfo tmux rebuilder tailscale rsync libarchive tcpdump restic vim rxvt_unicode.terminfo tmux rebuilder tailscale rsync libarchive tcpdump restic
alacritty.terminfo
iftop htop jq iftop htop jq
depot.nix.pkgs.mercurial depot.nix.pkgs.mercurial
switch-prebuilt switch-prebuilt

View file

@ -99,6 +99,7 @@ in
exec "${home-manager}/bin/home-manager" -f "${config.home.homeDirectory}/depot/home-manager-ext.nix" -A "${configName}" "$@" 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 rxvt_unicode.terminfo tmux rsync libarchive tcpdump restic
alacritty.terminfo
iftop htop jq iftop htop jq
depot.nix.pkgs.mercurial depot.nix.pkgs.mercurial
] ++ lib.optionals isLinux [ ] ++ lib.optionals isLinux [

View file

@ -30,6 +30,8 @@
depot.nix.pkgs.flameshot depot.nix.pkgs.flameshot
]); ]);
programs.alacritty.enable = true;
home.file."bin/screencap" = { home.file."bin/screencap" = {
executable = true; executable = true;
text = '' text = ''