dotnix/hosts/swordfish/host-packages.nix
2025-03-29 19:05:05 +01:00

11 lines
166 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
dislocker
ntfs3g
keepassxc
mesa-demos
egl-wayland
supergfxctl
asusctl
];
}