add restruct5

This commit is contained in:
cnst
2024-06-28 16:44:09 +02:00
parent 1f8ea57bdc
commit e60e04b9de
4 changed files with 44 additions and 18 deletions

42
home/extra/cnst.nix Normal file
View File

@@ -0,0 +1,42 @@
{pkgs, ...}: {
imports = [
./zellij
./firefox
./neovim
];
home.packages = with pkgs; [
# APPLICATIONS
alacritty
keepassxc
qbittorrent
ranger
webcord
calcurse
xfce.thunar
# UTILITY
wl-clipboard
xfce.thunar-volman
xfce.thunar-archive-plugin
gnome.file-roller
pamixer
pwvucontrol
virt-manager
fastfetch
waybar
nwg-look
thefuck
gnome.adwaita-icon-theme
# NETWORK
wireguard-tools
networkmanagerapplet
wpa_supplicant
# SYSTEM
kdePackages.polkit-kde-agent-1
ntfs3g
btop
htop
];
}

View File

@@ -1,16 +0,0 @@
{
home-manager = {
cnst.imports = [
./firefox
./neovim
./zellij
./cnst-pkgs
];
adam.imports = [
./firefox
./neovim
./zellij
./adam-pkgs
];
};
}