From 8f4ff719d0c17d294e7917eef418a4b13f7466b3 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 12 Apr 2024 23:48:26 -0700 Subject: Update ginaz to new flake layout --- hosts/ginaz/default.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'hosts/ginaz/default.nix') 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 -- cgit v1.2.3