BIG RESTRUCT

This commit is contained in:
cnst
2024-06-24 20:27:04 +02:00
parent 1b75dc88c4
commit c130053edf
323 changed files with 83677 additions and 38 deletions

36
home/pkgs/cnst.nix Normal file
View File

@@ -0,0 +1,36 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
# Desktop
alacritty
wl-clipboard
dunst
keepassxc
ranger
webcord
xfce.thunar
xfce.thunar-volman
xfce.thunar-archive-plugin
gnome.file-roller
swaybg
wireguard-tools
wpa_supplicant
ntfs3g
kdePackages.polkit-kde-agent-1
networkmanagerapplet
blueman
htop
btop
tofi
pamixer
virt-manager
qbittorrent
fastfetch
waybar
nwg-look
mullvad-vpn
thefuck
calcurse
gnome.adwaita-icon-theme
];
}