Compare commits
2 commits
2f74b701a1
...
b6ae74543f
Author | SHA1 | Date | |
---|---|---|---|
b6ae74543f | |||
f37121dce4 |
3 changed files with 18 additions and 1 deletions
|
@ -11,6 +11,23 @@
|
|||
|
||||
services.libinput.enable = true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
tlp = prev.tlp.overrideAttrs (old: {
|
||||
makeFlags = (old.makeFlags or [ ]) ++ [
|
||||
"TLP_ULIB=/lib/udev"
|
||||
"TLP_NMDSP=/lib/NetworkManager/dispatcher.d"
|
||||
"TLP_SYSD=/lib/systemd/system"
|
||||
"TLP_SDSL=/lib/systemd/system-sleep"
|
||||
"TLP_ELOD=/lib/elogind/system-sleep"
|
||||
"TLP_CONFDPR=/share/tlp/deprecated.conf"
|
||||
"TLP_FISHCPL=/share/fish/vendor_completions.d"
|
||||
"TLP_ZSHCPL=/share/zsh/site-functions"
|
||||
];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
tmux
|
||||
file
|
||||
tree
|
||||
ldns
|
||||
];
|
||||
|
||||
services.udisks2.enable = true;
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
bash-language-server
|
||||
shfmt
|
||||
libnotify
|
||||
ldns
|
||||
|
||||
(nerdfonts.override { fonts = [ "Hack" ]; })
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue