fixed dconf issues fractional scaling works now

This commit is contained in:
specCon18 2023-03-29 17:55:05 -04:00
parent 5810685c03
commit fe291a56ab
3 changed files with 19 additions and 4 deletions

View file

@ -88,6 +88,11 @@
] #extra modules to load
[]; #extra modules to be loaded by home-manager
};
packages.${system} = {
dconfnixdump = pkgs.writeScriptBin "deconfnixdump"''
dconf dump / | dconf2nix > dconf.nix
'';
};
};
}