This repository has been archived on 2025-07-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
home-manager/systems/ll-latitude-e5591.nix

47 lines
695 B
Nix

#{ pkgs, pkgs-unstable, ... }: {
{ pkgs, ... }: {
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
# TODO: Polybar Stuff
siji
font-awesome
font-awesome_5
networkmanagerapplet
# TODO: i3 Stuff
gnome-terminal
rofi
i3status
i3lock
i3blocks
nemo-with-extensions
dunst
pinentry-qt
brightnessctl
shutter
pavucontrol
arandr
blueman
gparted
loupe
vlc
mpv
xorg.xkill
# Other Apps
chromium
qtpass
#pkgs-unstable.yt-dlp
#pkgs-unstable.openscad-unstable
yt-dlp
openscad-unstable
sublime-merge
libreoffice
gthumb
ledger
sound-juicer
];
}