summaryrefslogtreecommitdiff
path: root/home/graphics.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-08-16 23:47:17 -0600
committerAlejandro Soto <alejandro@34project.org>2024-08-17 22:08:07 -0600
commit064bd98a00f75f314a9ad09ef2f515f063674800 (patch)
tree8acece9329ded2f61811533302548f42423ffee9 /home/graphics.nix
parent6cb743cb070be40901dd472a7b9528864735237d (diff)
home/desktop, sys/seat: switch from xorg/i3 to wayland/sway
Diffstat (limited to 'home/graphics.nix')
-rw-r--r--home/graphics.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/home/graphics.nix b/home/graphics.nix
index cf60475..f964a7b 100644
--- a/home/graphics.nix
+++ b/home/graphics.nix
@@ -25,9 +25,6 @@ with lib; {
};
};
- qt = {
- enable = true;
- platformTheme.name = "gtk";
- };
+ qt.enable = true;
};
}