mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:56:11 +01:00
more dwm packages
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
./bash.nix
|
||||
./git.nix
|
||||
./zsh
|
||||
./gpg.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
killall
|
||||
|
||||
7
home-manager/features/cli/gpg.nix
Normal file
7
home-manager/features/cli/gpg.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
defaultCacheTtl = 1800;
|
||||
enableSshSupport = true;
|
||||
};
|
||||
}
|
||||
@@ -29,6 +29,13 @@
|
||||
xorg.xsetroot
|
||||
xorg.setxkbmap
|
||||
xorg.xbacklight
|
||||
xorg.libX11
|
||||
xorg.libX11.dev
|
||||
xorg.libxcb
|
||||
xorg.libXft
|
||||
xorg.libXinerama
|
||||
xorg.xinit
|
||||
xorg.xinput
|
||||
brightnessctl
|
||||
xclip
|
||||
gnome.gnome-keyring
|
||||
@@ -47,6 +54,30 @@
|
||||
lf
|
||||
qt5ct
|
||||
pamixer
|
||||
w3m
|
||||
bat
|
||||
efibootmgr
|
||||
eww
|
||||
fontconfig
|
||||
freetype
|
||||
fuse-common
|
||||
gimp
|
||||
gnugrep
|
||||
gnumake
|
||||
gparted
|
||||
nfs-utils
|
||||
ninja
|
||||
nodejs
|
||||
openssl
|
||||
nerdfonts
|
||||
polkit_gnome
|
||||
qemu
|
||||
ripgrep
|
||||
stdenv
|
||||
tldr
|
||||
variety
|
||||
virt-manager
|
||||
xfce.thunar
|
||||
];
|
||||
|
||||
home.file = {
|
||||
|
||||
Reference in New Issue
Block a user