more dwm packages

This commit is contained in:
2024-04-21 10:26:40 +02:00
parent af5c2efc90
commit 2e292e4973
4 changed files with 49 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
./bash.nix
./git.nix
./zsh
./gpg.nix
];
home.packages = with pkgs; [
killall

View File

@@ -0,0 +1,7 @@
{
services.gpg-agent = {
enable = true;
defaultCacheTtl = 1800;
enableSshSupport = true;
};
}

View File

@@ -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 = {

View File

@@ -29,7 +29,16 @@
nvd
]);
fonts.packages = with pkgs; [ nerdfonts ];
fonts.packages = with pkgs; [
nerdfonts
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
font-awesome
source-han-sans
source-han-sans-japanese
source-han-serif-japanese
];
environment.sessionVariables = {
FLAKE = "/home/mike/.dots";