diff --git a/common/components/packages-base.nix b/common/components/packages-base.nix index 4d91a50..62f9b85 100644 --- a/common/components/packages-base.nix +++ b/common/components/packages-base.nix @@ -19,5 +19,6 @@ file ffmpeg usbutils + bat ]; } diff --git a/common/components/packages-full.nix b/common/components/packages-full.nix index ef27ffe..71f450c 100644 --- a/common/components/packages-full.nix +++ b/common/components/packages-full.nix @@ -5,9 +5,8 @@ }: { # Packages installed on full-install machines environment.systemPackages = with pkgs; [ - bat - nextdns + rustdesk-flutter # need to test helix diff --git a/home/tasia/home.nix b/home/tasia/home.nix index 5039abf..db1e5a5 100644 --- a/home/tasia/home.nix +++ b/home/tasia/home.nix @@ -40,7 +40,7 @@ g = "git"; l = "ls"; lg = "lazygit"; - ll = "ls -al"; + ll = "lsd -al"; done = "curl -d 'Done' ntfy.sh/tasiaiso_done"; rebuild = "sudo nixos-rebuild switch --flake .#$(cat /etc/hostname)"; diff --git a/hosts/yaseen/configuration.nix b/hosts/yaseen/configuration.nix index ae1e17a..15f06fd 100644 --- a/hosts/yaseen/configuration.nix +++ b/hosts/yaseen/configuration.nix @@ -156,6 +156,12 @@ in { # acceleration = "cuda"; }; + services.rustdesk-server = { + enable = true; + openFirewall = true; + relayIP = "100.91.88.2"; + }; + # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion system.stateVersion = "23.11"; }