Add default.nix import back to personal.nix, accidentally deleted when merging
This commit is contained in:
parent
b5f9d480ff
commit
c8c1560ae7
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [./default.nix];
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.ktorrent
|
||||
prusa-slicer
|
||||
|
|
Loading…
Reference in a new issue