refactor programs list
This commit is contained in:
parent
4f8475b48f
commit
01e9991f6e
@ -19,71 +19,53 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Important
|
|
||||||
rxvt_unicode
|
|
||||||
curl
|
curl
|
||||||
xfce4-14.thunar
|
|
||||||
xfce4-14.xfce4-taskmanager
|
|
||||||
xclip
|
|
||||||
bc
|
|
||||||
sysstat
|
|
||||||
xdotool
|
|
||||||
niv
|
|
||||||
|
|
||||||
lxqt.pavucontrol-qt
|
|
||||||
bibata-cursors
|
|
||||||
i3lock-fancy-rapid
|
|
||||||
|
|
||||||
keepassxc
|
|
||||||
git-crypt
|
|
||||||
# Samba support
|
|
||||||
cifs-utils
|
|
||||||
# Utils
|
|
||||||
pciutils
|
|
||||||
usbutils
|
|
||||||
nix-prefetch-git
|
|
||||||
hdparm
|
|
||||||
vdpauinfo
|
|
||||||
libva-utils
|
|
||||||
lm_sensors
|
|
||||||
libnotify
|
|
||||||
tree
|
|
||||||
iperf
|
|
||||||
|
|
||||||
# Other
|
|
||||||
(youtube-to-mpv.override { isLaptop = isLaptop; })
|
|
||||||
wg-conf
|
|
||||||
(vivaldi.override { proprietaryCodecs = true; })
|
|
||||||
wget
|
wget
|
||||||
gparted
|
cifs-utils
|
||||||
neofetch
|
|
||||||
bashmount
|
|
||||||
zip
|
|
||||||
ranger
|
|
||||||
youtube-dl
|
|
||||||
lua
|
|
||||||
feh
|
|
||||||
maim
|
|
||||||
ncmpcpp
|
|
||||||
|
|
||||||
pywal
|
|
||||||
python27Packages.pygtk
|
|
||||||
python2
|
|
||||||
] ++ lib.optionals isLaptop [
|
] ++ lib.optionals isLaptop [
|
||||||
# Important
|
# acpi
|
||||||
acpi
|
#
|
||||||
light
|
|
||||||
powertop
|
|
||||||
# Other
|
|
||||||
blueman
|
|
||||||
] ++ lib.optionals (!isVM) [
|
] ++ lib.optionals (!isVM) [
|
||||||
libreoffice
|
|
||||||
# rust-stable
|
# rust-stable
|
||||||
] ++ lib.optionals (device == "AMD-Workstation") [
|
] ++ lib.optionals (device == "AMD-Workstation") [
|
||||||
xonar-fp
|
xonar-fp
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.alukard.home.packages = with pkgs; [
|
home-manager.users.alukard.home.packages = with pkgs; [
|
||||||
|
# Utils
|
||||||
|
rxvt_unicode
|
||||||
|
xclip
|
||||||
|
pciutils
|
||||||
|
usbutils
|
||||||
|
nix-prefetch-git
|
||||||
|
vdpauinfo
|
||||||
|
libva-utils
|
||||||
|
lm_sensors
|
||||||
|
libnotify
|
||||||
|
tree
|
||||||
|
gparted
|
||||||
|
neofetch
|
||||||
|
bashmount
|
||||||
|
zip
|
||||||
|
feh
|
||||||
|
# cli
|
||||||
|
ranger
|
||||||
|
youtube-dl
|
||||||
|
pywal
|
||||||
|
# python27Packages.pygtk
|
||||||
|
# python2
|
||||||
|
# ncmpcpp
|
||||||
|
|
||||||
|
(youtube-to-mpv.override { isLaptop = isLaptop; })
|
||||||
|
wg-conf
|
||||||
|
(vivaldi.override { proprietaryCodecs = true; })
|
||||||
|
|
||||||
|
xfce4-14.thunar
|
||||||
|
xfce4-14.xfce4-taskmanager
|
||||||
|
i3lock-fancy-rapid
|
||||||
|
bibata-cursors
|
||||||
|
git-crypt
|
||||||
|
keepassxc
|
||||||
qbittorrent
|
qbittorrent
|
||||||
vscode
|
vscode
|
||||||
xarchiver
|
xarchiver
|
||||||
@ -95,11 +77,14 @@ in {
|
|||||||
# quodlibet
|
# quodlibet
|
||||||
zathura
|
zathura
|
||||||
] ++ lib.optionals (!isVM) [
|
] ++ lib.optionals (!isVM) [
|
||||||
|
libreoffice
|
||||||
# steam
|
# steam
|
||||||
# steam-run
|
# steam-run
|
||||||
# protontricks
|
# protontricks
|
||||||
# lutris
|
# lutris
|
||||||
# retroarch
|
# retroarch
|
||||||
|
] ++ lib.optionals isLaptop [
|
||||||
|
# blueman
|
||||||
] ++ lib.optionals (enableVirtualisation) [
|
] ++ lib.optionals (enableVirtualisation) [
|
||||||
docker-compose
|
docker-compose
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user