diff --git a/modules/home/core/apps.nix b/modules/home/core/apps.nix index 2ba3db7..13146b3 100644 --- a/modules/home/core/apps.nix +++ b/modules/home/core/apps.nix @@ -2,28 +2,31 @@ nixpkgs.config.allowUnfree = true; home.packages = with pkgs; [ - vscode # lets see how long you survive as my default code editor zed-editor - - discord - slack - brave - modrinth-app - - appimage-run - # winboat - libreoffice - # keepassxc # kicad-small + # arduino-ide + + slack + discord + protonmail-desktop + vlc + brave + libreoffice + appimage-run + # keepassxc + + virt-manager + # winboat + remmina moonlight-qt - kdePackages.kdenlive - # arduino-ide + # rustdesk + + # inkscape - rustdesk # davinci-resolve - + # kdePackages.kdenlive (wrapOBS { plugins = with obs-studio-plugins; [ wlrobs @@ -32,9 +35,10 @@ ]; }) - portablemc ferium + portablemc + prismlauncher steamguard-cli - virt-manager + # modrinth-app ]; }