diff options
| author | Grigory Shipunov | 2022-07-13 15:44:33 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-07-13 15:44:33 +0200 |
| commit | e056d746e0f6d4148a143143f8cf6b639aeb4095 (patch) | |
| tree | e156fddac64d96638ee27bc68e86e0e97ecd9723 /modules | |
| parent | b5ca2ef24cb0cdeb9bacca9bce9399b4edde936b (diff) | |
small changes
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/graphical.nix | 6 |
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"; } |
