Add some uncommitted work machine config
This commit is contained in:
@@ -95,6 +95,8 @@
|
||||
zoxide
|
||||
];
|
||||
|
||||
programs.command-not-found.enable = true;
|
||||
|
||||
# basic configuration of git, please change to your own
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
|
||||
@@ -16,12 +16,6 @@
|
||||
# break fish man completion and apropos.
|
||||
documentation.man.generateCaches = false;
|
||||
|
||||
# enable a 1GB swap file
|
||||
swapDevices = [{
|
||||
device = "/swapfile";
|
||||
size = 1024;
|
||||
}];
|
||||
|
||||
# enable zram. not totally sure if this does it in physical ram or just swap
|
||||
zramSwap.enable = true;
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
./certs/alt-caddy.crt
|
||||
];
|
||||
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
services.thermald.enable = true;
|
||||
|
||||
services.power-profiles-daemon.enable = false;
|
||||
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
|
||||
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user