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, ...}: {
|
{pkgs, ...}: {
|
||||||
|
imports = [./default.nix];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
kdePackages.ktorrent
|
kdePackages.ktorrent
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
|
|
Loading…
Reference in a new issue