summaryrefslogtreecommitdiff
path: root/modules/graphical.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-07-13 15:44:33 +0200
committerGrigory Shipunov2022-07-13 15:44:33 +0200
commite056d746e0f6d4148a143143f8cf6b639aeb4095 (patch)
treee156fddac64d96638ee27bc68e86e0e97ecd9723 /modules/graphical.nix
parentb5ca2ef24cb0cdeb9bacca9bce9399b4edde936b (diff)
small changes
Diffstat (limited to 'modules/graphical.nix')
-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";
}