This commit is contained in:
Julian 2022-12-18 22:32:40 -08:00
parent 23d6e56cea
commit 4218e90468
2 changed files with 19 additions and 2 deletions

View file

@ -6,8 +6,8 @@
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
./flake.nix
];
# Bootloader.
@ -18,6 +18,11 @@
# Kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
# Flakes
{ pkgs, ... }: {
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}
# Power Stuff
services.power-profiles-daemon.enable = false;
services.tlp = {
@ -97,7 +102,7 @@
kleopatra
pinentry
arc-theme
zoom
zoom-us
slack
];
};