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