prep arielle

This commit is contained in:
Till 2026-03-05 09:11:17 +01:00
parent 96e5924fb0
commit 82115af252
13 changed files with 35 additions and 54 deletions

View file

@ -1,29 +0,0 @@
{ pkgs, ... }:
{
imports = [
./minimal.nix
./devel.nix
./firefox.nix
./fonts.nix
./foot.nix
./media.nix
# ./plasma.nix
./user-dirs.nix
];
home.packages = with pkgs; [
anki-bin
appimage-run
drawing
keepassxc
libnotify
usbutils
wl-clipboard
yubioath-flutter
zathura
];
services.syncthing.enable = true;
}