summaryrefslogtreecommitdiff
path: root/home-manager/modules/apps
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/modules/apps')
-rw-r--r--home-manager/modules/apps/default.nix5
-rw-r--r--home-manager/modules/apps/desktop/hyprland.nix4
2 files changed, 2 insertions, 7 deletions
diff --git a/home-manager/modules/apps/default.nix b/home-manager/modules/apps/default.nix
index 228fc29..e47ee81 100644
--- a/home-manager/modules/apps/default.nix
+++ b/home-manager/modules/apps/default.nix
@@ -30,10 +30,5 @@ with lib;
ranger
file
inputs.iamb.packages."${pkgs.system}".default
-
- # Do i need this?
- php83
- php83Packages.composer
-
];
}
diff --git a/home-manager/modules/apps/desktop/hyprland.nix b/home-manager/modules/apps/desktop/hyprland.nix
index dd9e587..99efe1c 100644
--- a/home-manager/modules/apps/desktop/hyprland.nix
+++ b/home-manager/modules/apps/desktop/hyprland.nix
@@ -1,4 +1,4 @@
-{cfg, lib, pkgs, ...}:
+{lib, pkgs, ...}:
with lib;
{
@@ -135,7 +135,7 @@ with lib;
# Programs
"$terminal" = "kitty";
"$fileManager" = "thunar";
- "$menu" = "wofi --show run";
+ "$menu" = "wofi --show drun";
"$screenshot" = "hyprshot -m region -f screenshots/screenshot_$(date +'%d-%m-%y_%H-%M-%S').png";