Nixfiles/graphical.nix
Quentin Boyer f647f8fafb Mutualize GUI configuration
(NixOS + Home Manager)
2023-03-26 19:32:10 +02:00

9 lines
260 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
];
/*
environment.pathsToLink = [ "/share/hunspell" "/share/myspell" "/share/hyphen" ];
environment.variables.DICPATH = "/run/current-system/sw/share/hunspell:/run/current-system/sw/share/hyphen";
*/
}