usbmuxd
This commit is contained in:
parent
f1c326c87b
commit
557163352d
1 changed files with 8 additions and 7 deletions
|
@ -104,6 +104,12 @@
|
||||||
btop
|
btop
|
||||||
stockfish
|
stockfish
|
||||||
cutechess
|
cutechess
|
||||||
|
grim
|
||||||
|
slurp
|
||||||
|
rofi-wayland
|
||||||
|
rofimoji
|
||||||
|
cliphist
|
||||||
|
jq
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -114,17 +120,11 @@
|
||||||
neovim
|
neovim
|
||||||
git
|
git
|
||||||
python3
|
python3
|
||||||
grim
|
|
||||||
slurp
|
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
mako
|
mako
|
||||||
tree
|
tree
|
||||||
kitty
|
kitty
|
||||||
rofi-wayland
|
|
||||||
rofimoji
|
|
||||||
cliphist
|
|
||||||
borgbackup
|
borgbackup
|
||||||
jq
|
|
||||||
brightnessctl
|
brightnessctl
|
||||||
alsa-utils
|
alsa-utils
|
||||||
nixd
|
nixd
|
||||||
|
@ -142,7 +142,6 @@
|
||||||
traceroute
|
traceroute
|
||||||
sops
|
sops
|
||||||
restic
|
restic
|
||||||
nyx
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
@ -319,4 +318,6 @@
|
||||||
persistent = true;
|
persistent = true;
|
||||||
options = "--delete-older-than 60d";
|
options = "--delete-older-than 60d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.usbmuxd.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue