Compare commits
No commits in common. "b6ae74543f6ab260b682c400a0510e3fb723f219" and "2f74b701a1cbeb64f38629e6535a1687e820b51a" have entirely different histories.
b6ae74543f
...
2f74b701a1
3 changed files with 1 additions and 18 deletions
|
@ -11,23 +11,6 @@
|
|||
|
||||
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,7 +33,6 @@
|
|||
tmux
|
||||
file
|
||||
tree
|
||||
ldns
|
||||
];
|
||||
|
||||
services.udisks2.enable = true;
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
bash-language-server
|
||||
shfmt
|
||||
libnotify
|
||||
ldns
|
||||
|
||||
(nerdfonts.override { fonts = [ "Hack" ]; })
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue