diff --git a/hosts/fa-t14-2025/desktop.nix b/hosts/fa-t14-2025/desktop.nix index 753d525..3770c34 100644 --- a/hosts/fa-t14-2025/desktop.nix +++ b/hosts/fa-t14-2025/desktop.nix @@ -23,8 +23,6 @@ pulse.enable = true; jack.enable = true; }; - hardware.pulseaudio.enable = false; - # Fonts fonts = { @@ -36,11 +34,7 @@ font-awesome fira-code hack-font - (nerdfonts.override { - fonts = [ - "Hack" - ]; - }) + nerd-fonts.hack ]; }; diff --git a/hosts/fa-t14-2025/hardware-configuration.nix b/hosts/fa-t14-2025/hardware-configuration.nix new file mode 100644 index 0000000..e9cd0fc --- /dev/null +++ b/hosts/fa-t14-2025/hardware-configuration.nix @@ -0,0 +1,37 @@ +# Do not modify this file! It was generated by ‘nixos-generate-config’ +# and may be overwritten by future invocations. Please make changes +# to /etc/nixos/configuration.nix instead. +{ config, lib, pkgs, modulesPath, ... }: + +{ + imports = + [ (modulesPath + "/installer/scan/not-detected.nix") + ]; + + boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usb_storage" "sd_mod" ]; + boot.initrd.kernelModules = [ ]; + boot.kernelModules = [ "kvm-amd" ]; + boot.extraModulePackages = [ ]; + + fileSystems."/" = + { device = "/dev/disk/by-uuid/75dd0e39-9411-48c9-822d-bf3c897d0f61"; + fsType = "ext4"; + }; + + boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/3ecaedab-415c-4cce-a3a9-9f3782acb682"; + + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/0800-59D9"; + fsType = "vfat"; + options = [ "fmask=0077" "dmask=0077" ]; + }; + + swapDevices = [ ]; + + networking.useDHCP = lib.mkDefault false; + # networking.interfaces.enp1s0f0.useDHCP = lib.mkDefault true; + # networking.interfaces.wlp2s0.useDHCP = lib.mkDefault true; + + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; + hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; +} diff --git a/hosts/fa-t14-2025/home.nix b/hosts/fa-t14-2025/home.nix index cfb669b..214ed2a 100644 --- a/hosts/fa-t14-2025/home.nix +++ b/hosts/fa-t14-2025/home.nix @@ -27,6 +27,7 @@ in { # Window Manager Extras bibata-cursors + brightnessctl cliphist hyprcursor hypridle