added app2unit

This commit is contained in:
kenji
2025-07-14 21:53:48 -05:00
parent c0f21fa798
commit 30fbcec7f5
2 changed files with 6 additions and 2 deletions
+5 -2
View File
@@ -1,4 +1,8 @@
{myConfig, ...}: { {
myConfig,
pkgs,
...
}: {
imports = [ imports = [
./config/binds.nix ./config/binds.nix
./config/execs.nix ./config/execs.nix
@@ -11,7 +15,6 @@
source = builtins.toPath ./scripts/wsaction.fish; source = builtins.toPath ./scripts/wsaction.fish;
executable = true; executable = true;
}; };
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
xwayland.enable = true; xwayland.enable = true;
+1
View File
@@ -1,5 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
app2unit
quickshell quickshell
fish fish
jq jq