diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-07 17:57:15 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-09-07 17:57:15 +0530 |
| commit | c4e46f4ee64a0096bb836de0346d3ca5ff2b8145 (patch) | |
| tree | fd0f7a9770ce3c10c35a2aeb5b164e1a82764b48 /apps.nix | |
| parent | 112e4055f7ed2f038483988d292152011235d715 (diff) | |
deletion changes
Diffstat (limited to 'apps.nix')
| -rw-r--r-- | apps.nix | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/apps.nix b/apps.nix deleted file mode 100644 index 01cb4c3..0000000 --- a/apps.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ config, pkgs, ... }: -{ - # $ nix search wget - environment.systemPackages = with pkgs; [ - vscode - discord - localsend - bitwarden - obsidian - jetbrains.pycharm-professional - jetbrains.clion - wineWowPackages.stable - sqlite - libreoffice-qt6-fresh - - kdePackages.dolphin - yazi - # kio-extras - # ffmpegthumbs - # kdePackages.kdegraphics-thumbnailers - # kdePackages.kimageformats - - android-tools - scrcpy - ]; - - # for Localsend - networking.firewall.allowedTCPPorts = [ 53317 ]; - networking.firewall.allowedUDPPorts = [ 53317 ]; -} |
