mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Fixes for work computer
This commit is contained in:
parent
d5a354a0df
commit
1b6bdc9790
4 changed files with 30 additions and 50 deletions
|
@ -10,7 +10,7 @@
|
|||
# hardware
|
||||
cachy.enable = true;
|
||||
bluetooth.enable = true;
|
||||
tlp.enable = true;
|
||||
tlp.enable = false; # intel doesn't work with tlp
|
||||
printing.enable = true;
|
||||
|
||||
# software
|
||||
|
@ -44,6 +44,10 @@
|
|||
theme = "alph";
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.emmet.userSettings = {
|
||||
name = "Emmet";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue