home-manager/systems/ll-latitude-e5591.nix

40 lines
563 B
Nix

{ pkgs, ... }: {
imports = [
./latitude-e5591.nix
../programs/thunderbird.nix
];
home.packages = with pkgs; [
# TODO: Figure these ones out
#dunst
#xidlehook?
# Lauren Base GUI
vlc
mpv
gparted
shutter
nemo-with-extensions
# Other Apps
chromium
librecad
libreoffice
virt-manager
sublime-merge
openscad-unstable
# Dotspace
gthumb
qtpass
ledger
sound-juicer
#pkgs-unstable.yt-dlp
#pkgs-unstable.openscad-unstable
# ll-latitude-e5591
wine
];
}