omniflake/home/profiles/desktop-slim.nix
2026-03-05 09:59:10 +01:00

30 lines
415 B
Nix

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