changed to dark theme
This commit is contained in:
parent
1be5f369ce
commit
fad070358b
10
gnome.nix
10
gnome.nix
@ -35,24 +35,24 @@
|
|||||||
]);
|
]);
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
style = "adwaita";
|
style = "adwaita-dark";
|
||||||
};
|
};
|
||||||
users.users.jawz.packages = (with pkgs; [
|
users.users.jawz.packages = (with pkgs; [
|
||||||
# ffmpegthumbnailer # generate thumbnails
|
# ffmpegthumbnailer # generate thumbnails
|
||||||
adw-gtk3 # theme legacy applications
|
adw-gtk3 # theme legacy applications
|
||||||
gnome.gnome-tweaks # tweaks for the gnome desktop environment
|
gnome.gnome-tweaks # tweaks for the gnome desktop environment
|
||||||
papirus-icon-theme # icon theme
|
papirus-icon-theme # icon theme
|
||||||
gradience # theme customizer, allows you to modify adw-gtk3 themes
|
|
||||||
libgda # for pano shell extension
|
libgda # for pano shell extension
|
||||||
|
# gradience # theme customizer, allows you to modify adw-gtk3 themes
|
||||||
]) ++ (with pkgs.gnomeExtensions; [
|
]) ++ (with pkgs.gnomeExtensions; [
|
||||||
appindicator # applets for open applications
|
appindicator # applets for open applications
|
||||||
reading-strip # like putting a finger on every line I read
|
reading-strip # like putting a finger on every line I read
|
||||||
tactile # window manager
|
tactile # window manager
|
||||||
pano # clipboard manager
|
pano # clipboard manager
|
||||||
freon # hardware temperature monitor
|
freon # hardware temperature monitor
|
||||||
# blur-my-shell # make the overview more visually appealing
|
gamemode-indicator-in-system-settings # I guess I'm a gamer now?
|
||||||
# gamemode # I guess I'm a gamer now?
|
blur-my-shell # make the overview more visually appealing
|
||||||
# burn-my-windows
|
burn-my-windows
|
||||||
# forge # window manager
|
# forge # window manager
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user