keep kde connect info on impermanence, test out power settings
This commit is contained in:
parent
48c3c5c253
commit
d15d2ab4b3
4 changed files with 39 additions and 1 deletions
|
|
@ -58,6 +58,7 @@
|
|||
|
||||
./hardware-configuration.nix
|
||||
./impermanence.nix
|
||||
./test.nix
|
||||
(
|
||||
{
|
||||
config,
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
"/etc/NetworkManager/system-connections"
|
||||
"/var/lib/bluetooth"
|
||||
|
||||
"/var/lib/fail2ban"
|
||||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
|
|
@ -28,6 +28,9 @@
|
|||
".local/share/atuin"
|
||||
|
||||
".local/share/zoxide"
|
||||
|
||||
# KDE connect specific
|
||||
".config/kdeconnect"
|
||||
];
|
||||
files = [
|
||||
|
||||
|
|
|
|||
5
utilities/nixos-installers/examples/testbed/test.nix
Normal file
5
utilities/nixos-installers/examples/testbed/test.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
powerMangement.enable = true;
|
||||
# powerManagement.powertop.enable = true;
|
||||
powerMangement.cpuFreqGovernor = "performance";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue