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 = [
./config/binds.nix
./config/execs.nix
@@ -11,7 +15,6 @@
source = builtins.toPath ./scripts/wsaction.fish;
executable = true;
};
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
+1
View File
@@ -1,5 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
app2unit
quickshell
fish
jq