WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 7 additions and 0 deletions
Showing only changes of commit eee771f57d - Show all commits

View file

@ -159,3 +159,6 @@ profiles:
Edoras:
include:
- Pacman
mko-laptop:
dotfiles:
- f_cpupower

View file

@ -1,2 +1,6 @@
# vim:set ts=2 sw=2 ft=sh et:
{%@@ if profile == "Mirkwood" @@%}
governor='powersave'
{%@@ else @@%}
governor='performance'
{%@@ endif @@%}