preparing for desktop move

This commit is contained in:
Chris Cochrun 2022-05-06 13:48:35 -05:00
parent 9bd786278c
commit acee0750bc
2 changed files with 2 additions and 14 deletions

View file

@ -76,19 +76,6 @@
# Turn on flatpak # Turn on flatpak
services.flatpak.enable = true; services.flatpak.enable = true;
#NEWS!!!
# Some other things
services.thermald.enable = true;
services.tlp = {
enable = true;
settings = {
CPU_SCALING_GOVERNOR_ON_AC="performance";
CPU_SCALING_GOVERNOR_ON_BAT="powersave";
START_CHARGE_THRESH_BAT1=70;
STOP_CHARGE_THRESH_BAT1=80;
};
};
services.usbmuxd.enable = true; services.usbmuxd.enable = true;
services.fstrim.enable = true; services.fstrim.enable = true;

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }: { config, pkgs, callPackage, ... }:
{ {
imports = imports =
@ -148,6 +148,7 @@
nixpkgs.overlays = [ nixpkgs.overlays = [
(import (builtins.fetchTarball { (import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
sha256 = "1pd14gigm5bznzd8k88dq9scicw1zqknm87bnqmd0z556g9ir60f";
})) }))
]; ];
services.emacs.enable = true; services.emacs.enable = true;