This commit is contained in:
Aly Raffauf 2024-05-29 21:02:20 -04:00
parent 44ddc5e50d
commit 5c90a0e227
3 changed files with 3 additions and 3 deletions

View file

@ -170,7 +170,7 @@
platformTheme.name = "qtct";
style.name = "kvantum";
};
xdg.configFile = {
"Kvantum/${config.alyraffauf.desktop.theme.qt.name}".source = "${config.alyraffauf.desktop.theme.qt.package}/share/Kvantum/${config.alyraffauf.desktop.theme.qt.name}";
"Kvantum/kvantum.kvconfig".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {

View file

@ -11,7 +11,7 @@
config = lib.mkIf config.alyraffauf.services.flatpak.enable {
environment.systemPackages = with pkgs; [gnome.gnome-software];
fileSystems = let
mkRoSymBind = path: {
device = path;

View file

@ -115,7 +115,7 @@
system.autoUpgrade = {
allowReboot = true;
dates = "04:00";
randomizedDelaySec="20min";
randomizedDelaySec = "20min";
enable = true;
flake = "github:alyraffauf/nixcfg";
operation = "boot";