feat: add a bunch of packages
This commit is contained in:
parent
4c932f5f48
commit
f4d0a6b551
2 changed files with 45 additions and 1 deletions
|
@ -25,8 +25,38 @@
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
acpi
|
||||||
|
xorg.xhost # for gparted?
|
||||||
|
libsForQt5.dolphin # get plugins
|
||||||
|
libsForQt5.kio-admin # doesn't work
|
||||||
|
libreoffice-fresh # TODO: add spelling stuff
|
||||||
|
neofetch
|
||||||
|
photoqt
|
||||||
|
progress
|
||||||
|
python311Packages.pyclip
|
||||||
|
python311Packages.pyclip
|
||||||
|
tlp
|
||||||
|
wl-color-picker # add bind for this in hyprland
|
||||||
|
xclip
|
||||||
|
xdg-utils
|
||||||
|
zathura # set default
|
||||||
|
pavucontrol # TODO: open on left click
|
||||||
|
fwupd # doesn't work
|
||||||
|
#fwupd-efi # is it needed?
|
||||||
|
gimp-with-plugins
|
||||||
|
gparted # doesn't open without sudo
|
||||||
|
jdk8_headless
|
||||||
|
bluez-tools
|
||||||
|
spotify
|
||||||
|
#spotifywm # fails to build
|
||||||
|
spotify-tray # doesn't open
|
||||||
|
spicetify-cli # TODO
|
||||||
|
vlc
|
||||||
|
discord
|
||||||
|
spotify
|
||||||
libsForQt5.qtstyleplugin-kvantum
|
libsForQt5.qtstyleplugin-kvantum
|
||||||
|
libsForQt5.breeze-icons
|
||||||
alacritty
|
alacritty
|
||||||
brightnessctl
|
brightnessctl
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
@ -36,6 +66,7 @@
|
||||||
tree
|
tree
|
||||||
mlocate
|
mlocate
|
||||||
gcc
|
gcc
|
||||||
|
mosh
|
||||||
rsync
|
rsync
|
||||||
tmux
|
tmux
|
||||||
git
|
git
|
||||||
|
|
|
@ -179,6 +179,14 @@
|
||||||
|
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
services.printing.drivers = with pkgs; [
|
||||||
|
hplip
|
||||||
|
];
|
||||||
|
|
||||||
|
virtualisation = {
|
||||||
|
waydroid.enable = true;
|
||||||
|
lxd.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
# sound.enable = true;
|
# sound.enable = true;
|
||||||
|
@ -194,6 +202,9 @@
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
|
xdg.portal.extraPortals = [
|
||||||
|
pkgs.xdg-desktop-portal-hyprland
|
||||||
|
];
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
|
@ -215,6 +226,8 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
xorg.xhost
|
||||||
|
wl-clipboard
|
||||||
brightnessctl
|
brightnessctl
|
||||||
pulseaudio
|
pulseaudio
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
|
Loading…
Reference in a new issue