mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 23:03:40 +00:00
Cleanup hephaestus
This commit is contained in:
@@ -67,11 +67,6 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "us";
|
||||
};
|
||||
|
||||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[
|
||||
@@ -87,8 +82,8 @@ in
|
||||
fh.packages.x86_64-linux.default
|
||||
freefilesync
|
||||
gimp-with-plugins
|
||||
httpie-desktop
|
||||
gnome-tweaks
|
||||
httpie-desktop
|
||||
iputils
|
||||
libation
|
||||
mission-center
|
||||
@@ -200,12 +195,14 @@ in
|
||||
|
||||
time.timeZone = "America/Toronto";
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
hardware.graphics.extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
};
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
|
||||
programs = {
|
||||
corectrl.enable = true;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
|
Reference in New Issue
Block a user