This commit is contained in:
kenji
2025-08-19 10:01:57 -05:00
parent 009a7145b8
commit 3dcc23facb
2 changed files with 8 additions and 1 deletions
+8
View File
@@ -8,8 +8,16 @@
protontricks
wl-clipboard
tldr
lact
];
imports = [
../../packages/virtualbox/default.nix
];
systemd.packages = with pkgs; [
lact
];
systemd.services = {
lact.wantedBy = ["multi-user.target"];
};
}
-1
View File
@@ -10,7 +10,6 @@
kdePackages.fcitx5-configtool
solaar
parted
lact
edk2-uefi-shell
];
}