aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/graphics')
-rw-r--r--modules/workstation/graphics/fonts.nix2
-rw-r--r--modules/workstation/graphics/fun.nix1
2 files changed, 1 insertions, 2 deletions
diff --git a/modules/workstation/graphics/fonts.nix b/modules/workstation/graphics/fonts.nix
index 2e1a5fc0304..b0b874bc609 100644
--- a/modules/workstation/graphics/fonts.nix
+++ b/modules/workstation/graphics/fonts.nix
@@ -15,8 +15,8 @@
{
fonts.fonts = with pkgs; [
google-fonts
- inconsolata
iosevka
+ inconsolata
twitter-color-emoji
];
diff --git a/modules/workstation/graphics/fun.nix b/modules/workstation/graphics/fun.nix
index de934b80e06..91ec044332e 100644
--- a/modules/workstation/graphics/fun.nix
+++ b/modules/workstation/graphics/fun.nix
@@ -4,7 +4,6 @@
home.packages = with pkgs; [
spotify
steam
-
superTuxKart
];
}