fixed dconf issues fractional scaling works now
This commit is contained in:
parent
5810685c03
commit
fe291a56ab
3 changed files with 19 additions and 4 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue