mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 13:06:13 +01:00
more dwm packages
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
./bash.nix
|
./bash.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./zsh
|
./zsh
|
||||||
|
./gpg.nix
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
killall
|
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.xsetroot
|
||||||
xorg.setxkbmap
|
xorg.setxkbmap
|
||||||
xorg.xbacklight
|
xorg.xbacklight
|
||||||
|
xorg.libX11
|
||||||
|
xorg.libX11.dev
|
||||||
|
xorg.libxcb
|
||||||
|
xorg.libXft
|
||||||
|
xorg.libXinerama
|
||||||
|
xorg.xinit
|
||||||
|
xorg.xinput
|
||||||
brightnessctl
|
brightnessctl
|
||||||
xclip
|
xclip
|
||||||
gnome.gnome-keyring
|
gnome.gnome-keyring
|
||||||
@@ -47,6 +54,30 @@
|
|||||||
lf
|
lf
|
||||||
qt5ct
|
qt5ct
|
||||||
pamixer
|
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 = {
|
home.file = {
|
||||||
|
|||||||
@@ -29,7 +29,16 @@
|
|||||||
nvd
|
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 = {
|
environment.sessionVariables = {
|
||||||
FLAKE = "/home/mike/.dots";
|
FLAKE = "/home/mike/.dots";
|
||||||
|
|||||||
Reference in New Issue
Block a user