summary refs log tree commit diff stats
path: root/sys/packages
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-05-04 19:56:25 +0200
committersils <sils@sils.li>2023-05-04 19:56:25 +0200
commitc97e69c6072168cc2db55f708ae910455639c9db (patch)
treee920bac70ea20389ce8c2cf83f995b5d0790afe1 /sys/packages
parentFeat(sys/packages): Remove unfree programs (diff)
downloadnix-config-c97e69c6072168cc2db55f708ae910455639c9db.tar.gz
nix-config-c97e69c6072168cc2db55f708ae910455639c9db.zip
Structure(sys,users): Move userpackages to user
Diffstat (limited to 'sys/packages')
-rw-r--r--sys/packages/default.nix63
1 files changed, 0 insertions, 63 deletions
diff --git a/sys/packages/default.nix b/sys/packages/default.nix
index b63c3a3..ed5c1c5 100644
--- a/sys/packages/default.nix
+++ b/sys/packages/default.nix
@@ -8,86 +8,23 @@
     killall # kill programs by name
     wget # download stuff
     curl # download stuff – reloaded
-    fd # faster find
-    neofetch # a must-have
     zsh # the one and only shell
 
-    # archives
-    unzip
-    zip
-    _7zz
-
     neovim # edit nix files ;)
-    inkscape # vector graphics
 
     restic # backups
-    thunderbird # emails
-    firefox # my browser
-    librewolf # privacy friendly firefox
-    ungoogled-chromium # the only chromium-based browser I'd ever use.
-    element-desktop # chat
-    libreoffice # convert doc to pdf xD
-    pdfarranger # gui for pdf arranging
-
-    keepassxc # passwords
-    bitwarden # cloud passwords
 
     gnome.gnome-keyring # to tired to migrate to kwallet
     gnome.simple-scan # scanning, obiously
-    lsd # ls in good
-    jq # xdg-ninja requieres that
-    glow # markdown rendering
-    xdg-ninja # home cleaning
     git # versioning
-    signal-desktop # the ecosystem is moving :(
-    signal-cli # use signal without phone
-    mumble # voice chat
-
-    #Nix Stuff
-    alejandra # nix code formatter
-    nil # nix language-server
-    statix # nix linter
 
     # SSH Stuff
     openssh # ssh
     mosh # ssh in great
 
-    jdk17 # openjdk17 to satisfy mr.antoine
-    rustc # rust, obiously
-    cargo # cargo, the best compiler ever"
-    lf # a file manager
-
-    gnupg # encryprtion and so on
-    pinentry # needed for gpg
-
-    tor-browser-bundle-bin # tor-browser
-    tdesktop # another messenger (telegram)
     libsForQt5.kdeconnect-kde # communicate with my phone
-    imagemagick # convertion and so on
     #nerdfonts # nice fonts, u know
-    alacritty # terminal
-    konsole # terminal
 
     zsh-you-should-use # reminder for aliasses
-    jetbrains.idea-community # Java-IDE
-    python39 # python programming language
-    sayonara # audioplayer
-    vlc # audio, again
-    nmap # network scanning
-    tree # tree view of directories
-    youtube-dl # download videos
-    mpv # play videos
-    texlive.combined.scheme-full # LaTeX
-    gparted # partitioning :(
-    musescore # notesetting program
-    # Compiler
-    gcc
-    execline
-
-    ltex-ls # lsp language server for languagetool
-    texlab # latex language server
-    html-tidy # html formatter
-
-    bottles # run windows software
   ];
 }