mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
updated system
This commit is contained in:
parent
eade9c6bd8
commit
89b54b1aaa
4 changed files with 110 additions and 160 deletions
|
@ -10,7 +10,7 @@
|
|||
# hardware
|
||||
cachy.enable = true;
|
||||
bluetooth.enable = true;
|
||||
tlp.enable = true;
|
||||
tlp.enable = false;
|
||||
printing.enable = true;
|
||||
|
||||
# software
|
||||
|
@ -46,6 +46,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.thermald.enable = true;
|
||||
|
||||
users.users.emmet.description = "Emmet";
|
||||
home-manager.users.emmet.userSettings = {
|
||||
name = "Emmet";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue