restructured flake

This commit is contained in:
willifan 2025-05-30 14:22:14 +02:00
parent 5c7ae091c1
commit bf3bb961f3
100 changed files with 76 additions and 78 deletions

View file

@ -0,0 +1,36 @@
{ lib, config, pkgs, inputs, system, ... }:
lib.mkIf config.desktop.enable {
environment.systemPackages =
(with pkgs; [
feh
enpass
proton-pass
bitwarden-desktop
discord
element-desktop
obsidian
kicad
protonmail-desktop
signal-desktop
piper
qemu
libreoffice
#blender
gimp
inkscape
prusa-slicer
UVtools
audacity
])
++
[
inputs.zen.packages.${system}.specific
];
}