rebase to unstable

update lock (12/15/2025)
This commit is contained in:
Sean Kovacs 2025-12-14 10:38:46 -05:00
commit aad9076ac3
Signed by: sckova
GPG key ID: 00F325187C68651A
12 changed files with 141 additions and 239 deletions

View file

@ -179,16 +179,6 @@
];
home.file = {
".config/qt5ct" = {
source = ./qt/qt5ct;
recursive = true;
force = true;
};
".config/qt6ct" = {
source = ./qt/qt6ct;
recursive = true;
force = true;
};
".icons/default/index.theme" = {
text = ''
[Icon Theme]
@ -230,36 +220,33 @@
};
};
# qt = {
# enable = true;
# # the following will be possible in NixOS 26.05
# # https://github.com/nix-community/home-manager/commit/f9d45d664ed06a11861d0ba29e34f390c07bf62e
# # until this flake is updated, it will use the configs as implemented above
# qt5ctSettings = {
# Appearance = {
# style = "Breeze";
# icon_theme = config.gtk.iconTheme.name;
# color_scheme = "catppuccin-${config.catppuccin.flavor}-${config.catppuccin.accent}";
# standard_dialogs = "default";
# };
# Fonts = {
# fixed = "\"${config.userOptions.fontMono.name},${config.userOptions.fontMono.name}\"";
# general = "\"${config.userOptions.fontSans.name},${config.userOptions.fontSans.size}\"";
# };
# };
# qt6ctSettings = {
# Appearance = {
# style = "Breeze";
# icon_theme = config.gtk.iconTheme.name;
# color_scheme = "catppuccin-${config.catppuccin.flavor}-${config.catppuccin.accent}";
# standard_dialogs = "default";
# };
# Fonts = {
# fixed = "\"${config.userOptions.fontMono.name},${config.userOptions.fontMono.name}\"";
# general = "\"${config.userOptions.fontSans.name},${config.userOptions.fontSans.size}\"";
# };
# };
# };
qt = {
enable = true;
qt5ctSettings = {
Appearance = {
style = "Breeze";
icon_theme = config.gtk.iconTheme.name;
color_scheme = "catppuccin-${config.catppuccin.flavor}-${config.catppuccin.accent}";
standard_dialogs = "default";
};
Fonts = {
fixed = "\"${config.userOptions.fontMono.name},${config.userOptions.fontMono.name}\"";
general = "\"${config.userOptions.fontSans.name},${toString config.userOptions.fontSans.size}\"";
};
};
qt6ctSettings = {
Appearance = {
style = "Breeze";
icon_theme = config.gtk.iconTheme.name;
color_scheme = "catppuccin-${config.catppuccin.flavor}-${config.catppuccin.accent}";
standard_dialogs = "default";
};
Fonts = {
fixed = "\"${config.userOptions.fontMono.name},${config.userOptions.fontMono.name}\"";
general = "\"${config.userOptions.fontSans.name},${toString config.userOptions.fontSans.size}\"";
};
};
};
services = {
spotifyd = {