Add some uncommitted work machine config

This commit is contained in:
Alexander Wainwright
2026-01-20 10:54:15 +10:00
parent 8470bfe621
commit ad2c3a46b7
5 changed files with 4 additions and 7 deletions

View File

@@ -95,6 +95,8 @@
zoxide
];
programs.command-not-found.enable = true;
# basic configuration of git, please change to your own
programs.git = {
enable = true;

View File

@@ -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.

View File

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

View File

@@ -14,6 +14,7 @@
./certs/alt-caddy.crt
];
# Enable the GNOME Desktop Environment.
services.displayManager.gdm = {
enable = true;
wayland = true;

View File

@@ -3,6 +3,7 @@
services.thermald.enable = true;
services.power-profiles-daemon.enable = false;
services.logind.settings.Login.HandleLidSwitchExternalPower = "ignore";
services.tlp = {
enable = true;