This commit is contained in:
2025-02-06 21:40:20 -05:00
parent 04b5fdd17c
commit 8dd6f08304
10 changed files with 76 additions and 48 deletions

View File

@@ -115,6 +115,9 @@
wl-screenrec
gimp
# wayland-compatible color picker
hyprpicker
]
++ (builtins.filter lib.isDerivation (builtins.attrValues nerd-fonts));
@@ -140,7 +143,7 @@
# make chromium-based stuff use wayland
home.file.".config/chromium-flags.conf".text = "--ozone-platform-hint=auto";
#dark mode
# dark mode
dconf.settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
@@ -152,20 +155,10 @@
BROWSER = "zen";
};
#for trezor stuff
/*
trezor-udev-rules #trezor udev rules
trezord
trezor-suite
monero-gui
monero-cli
trezorctl
*/
#allow extra fonts to be detected by fontconfig
# allow extra fonts to be detected by fontconfig
fonts.fontconfig.enable = true;
#gtk application theming
# gtk application theming
gtk = {
enable = true;
# make gtk3 applications look like libadwaita applications!
@@ -179,7 +172,7 @@
};
};
#qt application theming - BROKEN and on fire
# qt application theming - BROKEN and on fire
# qt = {
# enable = true;
# platformTheme = {
@@ -196,7 +189,7 @@
# };
# };
#macOS cursor!
# macOS cursor!
home.pointerCursor = {
gtk.enable = true;
package = pkgs.apple-cursor;