small changes

This commit is contained in:
Grigory Shipunov 2022-07-13 15:44:33 +02:00
parent b5ca2ef24c
commit e056d746e0
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -26,7 +26,8 @@
#on the desktop, we need nice fonts ^^ #on the desktop, we need nice fonts ^^
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
monoid monoid
(nerdfonts.override { fonts = [ "Monoid" ]; }) (nerdfonts.override { fonts = [ "Monoid" "Hack" ]; })
font-awesome
dejavu_fonts dejavu_fonts
julia-mono julia-mono
uw-ttyp0 uw-ttyp0
@ -99,6 +100,7 @@
enable = true; enable = true;
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
pamixer
swaylock-fancy swaylock-fancy
swayidle swayidle
wl-clipboard wl-clipboard
@ -144,5 +146,5 @@
wayland = true; wayland = true;
}; };
}; };
programs.gnupg.agent.pinentryFlavor = "curses";
} }