summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/graphical.nix
diff options
context:
space:
mode:
Diffstat (limited to 'usecases/desktop/graphical.nix')
-rw-r--r--usecases/desktop/graphical.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/usecases/desktop/graphical.nix b/usecases/desktop/graphical.nix
index 0e909ae..6a74ac1 100644
--- a/usecases/desktop/graphical.nix
+++ b/usecases/desktop/graphical.nix
@@ -17,12 +17,12 @@ inputs: {
17 users.extraUsers.minijackson.packages = with pkgs; [ 17 users.extraUsers.minijackson.packages = with pkgs; [
18 arandr 18 arandr
19 dconf 19 dconf
20 gnome3.eog 20 eog
21 gnome3.evince 21 evince
22 gnome3.file-roller 22 file-roller
23 gnome3.gnome-disk-utility 23 gnome-disk-utility
24 gnome3.gucharmap 24 gucharmap
25 gnome3.nautilus 25 nautilus
26 qutebrowser 26 qutebrowser
27 xdg-utils 27 xdg-utils
28 xsel 28 xsel
@@ -42,7 +42,7 @@ inputs: {
42 freefont_ttf 42 freefont_ttf
43 liberation_ttf 43 liberation_ttf
44 libertinus 44 libertinus
45 noto-fonts-cjk 45 noto-fonts-cjk-sans
46 #fira-mono-italic 46 #fira-mono-italic
47 lmodern 47 lmodern
48 # Symbols 48 # Symbols
@@ -79,7 +79,7 @@ inputs: {
79 }; 79 };
80 }; 80 };
81 81
82 hardware.opengl.enable = true; 82 hardware.graphics.enable = true;
83 programs.dconf.enable = true; 83 programs.dconf.enable = true;
84 84
85 qt = { 85 qt = {