summaryrefslogtreecommitdiff
path: root/home-manager/modules/apps/default.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-03-29 23:37:55 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-03-29 23:37:55 +0100
commitb270d32457c2a4f499a17efebac508bac401924b (patch)
tree827731ea14f5ca53920f1b081f9b4d2901a68f19 /home-manager/modules/apps/default.nix
parent0807c93d8348b2f537bdbe16886af3e51eb9a90a (diff)
wayland fixes
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
- ];
+ ];
}