simplify
This commit is contained in:
50
home/extra/default.nix
Normal file
50
home/extra/default.nix
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./kitty
|
||||
./foot
|
||||
./firefox
|
||||
./neovim
|
||||
./mako
|
||||
];
|
||||
config = {
|
||||
home-manager.users.cnst = {pkgs, ...}: {
|
||||
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
|
||||
pavucontrol
|
||||
virt-manager
|
||||
fastfetch
|
||||
waybar
|
||||
nwg-look
|
||||
thefuck
|
||||
gnome.adwaita-icon-theme
|
||||
|
||||
# NETWORK
|
||||
wireguard-tools
|
||||
networkmanagerapplet
|
||||
wpa_supplicant
|
||||
|
||||
# SYSTEM
|
||||
btop
|
||||
htop
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
# You can import other home-manager modules here
|
||||
imports = [
|
||||
../../core/cnst.nix
|
||||
../../extra/cnst.nix
|
||||
../../extra
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
|
||||
Reference in New Issue
Block a user