summaryrefslogtreecommitdiff
path: root/home-manager/modules/apps/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home-manager/modules/apps/default.nix31
1 files changed, 2 insertions, 29 deletions
diff --git a/home-manager/modules/apps/default.nix b/home-manager/modules/apps/default.nix
index afb7ea3..b4ba1f0 100644
--- a/home-manager/modules/apps/default.nix
+++ b/home-manager/modules/apps/default.nix
@@ -9,8 +9,7 @@ with lib;
# Stuff that is to be sorted to its appropriate files
# If no appropriate category is found or thought of, put it in misc.nix
- home.packages = with pkgs; [
- speedcrunch
+ home.packages = with pkgs; [
htop
btop
nmap
@@ -19,36 +18,10 @@ with lib;
unzip
unrar
xdg-user-dirs
- thunderbird
- element-desktop
- filelight
- libreoffice
- evince
- obsidian
- krita
- hugo
- qalculate-qt
-
- spotify
- prismlauncher
- ani-cli
- vlc
- mpv
- openttd
- anki-bin
-
- #Theme
- qt6Packages.qt6ct
- kdePackages.qtstyleplugin-kvantum
- (catppuccin-kvantum.override {
- accent = "pink";
- variant = "mocha";
- })
-
# Do i need this?
php
php83Packages.composer
- ];
+ ];
}