This website requires JavaScript.
Explore
Help
Sign In
caem
/
nixos-system-config
Watch
1
Fork
You've already forked nixos-system-config
0
Code
Releases
Activity
95b9318585
nixos-system-config
/
users
/
hu
/
packages
/
qt.nix
11 lines
105 B
Nix
Raw
Normal View
History
Unescape
Escape
Migrate away from stylix and gruvbox
2024-06-23 14:40:05 +02:00
{
.
.
.
}:
Add shell for styling qt in the future Still have to find a good gruvbox theme in Nixpkgs that I could use, or a way to use a them that is not present in Nixpkgs.
2024-05-30 19:47:33 +02:00
{
qt
=
{
enable
=
true
;
Migrate away from stylix and gruvbox
2024-06-23 14:40:05 +02:00
platformTheme
=
"
g
n
o
m
e
"
;
style
=
"
a
d
w
a
i
t
a
-
d
a
r
k
"
;
Add shell for styling qt in the future Still have to find a good gruvbox theme in Nixpkgs that I could use, or a way to use a them that is not present in Nixpkgs.
2024-05-30 19:47:33 +02:00
}
;
}
Migrate away from stylix and gruvbox
2024-06-23 14:40:05 +02:00
Copy permalink