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