Merge branch 'main' of https://git.xenia.me.uk/pixelifytica/nixos
This commit is contained in:
commit
1cc8ff0094
|
@ -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 = {
|
||||
|
|
|
@ -57,4 +57,5 @@ with epkgs; [
|
|||
elfeed
|
||||
elfeed-org
|
||||
elfeed-tube
|
||||
scad-mode
|
||||
]
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue