summaryrefslogtreecommitdiff
path: root/home-manager/modules/apps
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-21 15:45:09 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-05-21 15:45:09 +0200
commit82df71365a4d57e9a1d69500cf03f1df77a2b7d3 (patch)
treef748dd2ca93a5270c8f7656c341982a405f9be16 /home-manager/modules/apps
parent7203ab5ccedeb2b15d0869134c06f71f79c83841 (diff)
direnv
Diffstat (limited to '')
-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";