feat(ymir): enable more crony nixos flake options.
This commit is contained in:
parent
a7d7e57d4c
commit
5bdb69a791
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,12 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# Enable my flake specific settings
|
# Enable my flake specific settings
|
||||||
|
crony.nvidia.enable = true;
|
||||||
|
crony.gaming.enable = true;
|
||||||
|
# crony.nbfc.enable = true;
|
||||||
|
crony.auto-cpufreq.enable = true;
|
||||||
|
crony.wireguard.enable = true;
|
||||||
|
crony.additional-hardware.enable = true;
|
||||||
crony.secrets.enable = true;
|
crony.secrets.enable = true;
|
||||||
|
|
||||||
# List packages installed in system profile
|
# List packages installed in system profile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue