summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/graphical.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/graphical.nix b/modules/graphical.nix
index c1eaf80..3eb009c 100644
--- a/modules/graphical.nix
+++ b/modules/graphical.nix
@@ -26,7 +26,8 @@
#on the desktop, we need nice fonts ^^
fonts.fonts = with pkgs; [
monoid
- (nerdfonts.override { fonts = [ "Monoid" ]; })
+ (nerdfonts.override { fonts = [ "Monoid" "Hack" ]; })
+ font-awesome
dejavu_fonts
julia-mono
uw-ttyp0
@@ -99,6 +100,7 @@
enable = true;
wrapperFeatures.gtk = true;
extraPackages = with pkgs; [
+ pamixer
swaylock-fancy
swayidle
wl-clipboard
@@ -144,5 +146,5 @@
wayland = true;
};
};
-
+ programs.gnupg.agent.pinentryFlavor = "curses";
}