mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds desktop role
This commit is contained in:
parent
0ed2586d45
commit
f0941f8313
2 changed files with 10 additions and 0 deletions
6
roles/default.nix
Normal file
6
roles/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports =
|
||||
[(import ./laptop.nix)]
|
||||
++ [(import ./desktop.nix)];
|
||||
}
|
||||
4
roles/desktop.nix
Normal file
4
roles/desktop.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }: {
|
||||
powerManagement.cpuFreqGovernor = "performance";
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue