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
|
./streaming/default.nix
|
||||||
./desktop/plasma/default.nix
|
./desktop/plasma/default.nix
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [blender prusa-slicer];
|
|
||||||
wayland.windowManager.sway = lib.mkIf config.wayland.windowManager.sway.enable {
|
wayland.windowManager.sway = lib.mkIf config.wayland.windowManager.sway.enable {
|
||||||
config = {
|
config = {
|
||||||
output = {
|
output = {
|
||||||
|
|
|
@ -57,4 +57,5 @@ with epkgs; [
|
||||||
elfeed
|
elfeed
|
||||||
elfeed-org
|
elfeed-org
|
||||||
elfeed-tube
|
elfeed-tube
|
||||||
|
scad-mode
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./default.nix];
|
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