diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/ginaz/default.nix | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 998ca5d..9b306d1 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -1,4 +1,4 @@ -{ config, inputs, pkgs, ... }: { +{ config, pkgs, ... }: { boot = { initrd.kernelModules = [ "amdgpu" "zfs" ]; kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; @@ -17,13 +17,15 @@ environment.systemPackages = with pkgs; [ bc bespokesynth - bintools + binutils cardinal cargo conntrack-tools + coreutils curl dmenu dict + diffutils dig dmidecode easyeffects @@ -33,12 +35,14 @@ feh ffmpeg file + findutils flac fldigi fluidsynth foot fortune fping + gcc gcr geeqie geonkick @@ -59,6 +63,7 @@ iotop ipcalc iperf + iputils jq lame libreoffice @@ -157,8 +162,6 @@ ]; imports = [ - inputs.hardware.nixosModules.lenovo-yoga-7-14ARH7.amdgpu - ./hardware-configuration.nix ../common/core ../common/optional/google-authenticator.nix |