Update deploy-rs script
This commit is contained in:
parent
7651b2b1ab
commit
bf3706e5f8
2 changed files with 7 additions and 2 deletions
|
@ -25,6 +25,11 @@ jobs:
|
|||
id
|
||||
cat /etc/resolv.conf
|
||||
|
||||
- name: "Setup: Tailscale Repo"
|
||||
run: |
|
||||
sudo mkdir -p --mode=0755 /usr/share/keyrings
|
||||
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/lunar.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
|
||||
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/lunar.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
|
||||
- name: "Setup: Runner"
|
||||
run: |
|
||||
apt update -y
|
||||
|
|
|
@ -124,7 +124,8 @@
|
|||
pkgs.calcurse # TUI Calendar app
|
||||
pkgs.udiskie # Automatic device mounting
|
||||
pkgs.cava # Audio visualiser
|
||||
# pkgs.pyradio # Internet radio TUI
|
||||
pkgs.gomuks # CLI Matrix client
|
||||
pkgs.pyradio # Internet radio TUI
|
||||
|
||||
# Themes
|
||||
pkgs.gruvbox-gtk-theme # Gruvbox Theme
|
||||
|
@ -133,7 +134,6 @@
|
|||
pkgs.rofi-wayland # App Launcher
|
||||
pkgs.rofi-rbw-wayland # Front-end for Bitwarden with ROfi
|
||||
|
||||
|
||||
# wayland-packages
|
||||
inputs.nixpkgs-wayland.packages.${system}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue