Fixes for work computer

This commit is contained in:
Emmet 2025-02-23 15:50:44 -06:00
parent d5a354a0df
commit 1b6bdc9790
4 changed files with 30 additions and 50 deletions

View file

@ -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";
};
};
}