mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-11 23:21:13 +01:00
9 lines
260 B
Nix
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";
|
|
*/
|
|
}
|