This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
home-manager/home/Vanguard.nix
Evie Litherland-Smith 923adabb28 Add rc2 export for Vanguard as well
Remove some sway config from Vanguard.nix

Remove home-manager kdeconnect service, incompatible with
system/plasma6 enabled service

Install pinentry-all by default to ensure compatibility
2024-06-17 08:23:48 +01:00

16 lines
181 B
Nix

{
config,
pkgs,
...
}: {
imports = [
./default.nix
../programs/games/default.nix
];
home.packages = with pkgs; [
blender
freecad
prusa-slicer
];
}