add restruct2

This commit is contained in:
cnst
2024-06-27 18:05:43 +02:00
parent 97789f807b
commit 81e269fade
310 changed files with 83561 additions and 19 deletions

39
home/modules/adam.nix Normal file
View File

@@ -0,0 +1,39 @@
{ pkgs, ... }:
{
imports = [
./zellij
./firefox
./git
./hypr
./neovim
./shell/adam.nix
./appearance
];
home.packages = with pkgs; [
# Desktop
alacritty
wl-clipboard
keepassxc
ranger
webcord
xfce.thunar
xfce.thunar-volman
xfce.thunar-archive-plugin
gnome.file-roller
wireguard-tools
wpa_supplicant
ntfs3g
kdePackages.polkit-kde-agent-1
networkmanagerapplet
htop
btop
pamixer
qbittorrent
fastfetch
waybar
nwg-look
thefuck
calcurse
gnome.adwaita-icon-theme
];
}