This commit is contained in:
Evie Litherland-Smith 2024-07-23 15:21:53 +01:00
commit 1cc8ff0094
4 changed files with 8 additions and 3 deletions

1
.envrc
View file

@ -1 +0,0 @@
use flake

View file

@ -10,7 +10,6 @@
./streaming/default.nix
./desktop/plasma/default.nix
];
home.packages = with pkgs; [blender prusa-slicer];
wayland.windowManager.sway = lib.mkIf config.wayland.windowManager.sway.enable {
config = {
output = {

View file

@ -57,4 +57,5 @@ with epkgs; [
elfeed
elfeed-org
elfeed-tube
scad-mode
]

View file

@ -1,4 +1,10 @@
{pkgs, ...}: {
imports = [./default.nix];
home.packages = with pkgs; [kdePackages.ktorrent];
home.packages = with pkgs; [
kdePackages.ktorrent
prusa-slicer
blender
openscad
kicad-small
];
}