diff options
| author | Grigory Shipunov | 2023-07-23 22:56:25 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-07-23 22:56:25 +0200 |
| commit | 5b47cc39c1d94d52a791e681fa3152754b9818cd (patch) | |
| tree | dd02d81bf10356377ceb1e6f0adee7474859122a /modules/gnome.nix | |
| parent | 8ab21edb0d9c70322dd99ca5a60ad26c64a3d812 (diff) | |
retire toaster, refactor a bit
Diffstat (limited to 'modules/gnome.nix')
| -rw-r--r-- | modules/gnome.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gnome.nix b/modules/gnome.nix index 787d489..6af207e 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -12,6 +12,7 @@ gnome.gnome-tweaks nextcloud-client qbittorrent + spotify ]; environment.gnome.excludePackages = with pkgs; [ @@ -71,6 +72,7 @@ programs.bash.vteIntegration = true; fonts.fonts = with pkgs; [ + (nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; }) monoid font-awesome dejavu_fonts |
