mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 16:31:54 -05:00
hoenn: cleaned up documentation
This commit is contained in:
parent
ebde0b1cda
commit
512d954470
|
@ -31,7 +31,6 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.alyraffauf.scripts.hoenn.enable {
|
config = lib.mkIf config.alyraffauf.scripts.hoenn.enable {
|
||||||
# Packages that should be installed to the user profile.
|
|
||||||
environment.systemPackages = with pkgs; [hoenn];
|
environment.systemPackages = with pkgs; [hoenn];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue