diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-02-27 02:57:49 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-02-27 02:57:49 -0800 |
commit | 5d6b3c8849cfe1f5a5850c314a95a10173727d1e (patch) | |
tree | 59597cee03328c7a57e8449e59fc1abede1d0cf6 | |
parent | 0ec3ed3f3741f23b16f827a8de6257742cb454d5 (diff) | |
download | nix-5d6b3c8849cfe1f5a5850c314a95a10173727d1e.tar nix-5d6b3c8849cfe1f5a5850c314a95a10173727d1e.tar.gz nix-5d6b3c8849cfe1f5a5850c314a95a10173727d1e.tar.bz2 nix-5d6b3c8849cfe1f5a5850c314a95a10173727d1e.tar.lz nix-5d6b3c8849cfe1f5a5850c314a95a10173727d1e.tar.xz nix-5d6b3c8849cfe1f5a5850c314a95a10173727d1e.tar.zst nix-5d6b3c8849cfe1f5a5850c314a95a10173727d1e.zip |
Add most remaining packages for ginaz
-rw-r--r-- | ginaz/configuration.nix | 111 |
1 files changed, 109 insertions, 2 deletions
diff --git a/ginaz/configuration.nix b/ginaz/configuration.nix index 8b19828..99fdba2 100644 --- a/ginaz/configuration.nix +++ b/ginaz/configuration.nix @@ -10,7 +10,7 @@ ./hardware-configuration.nix ]; - boot.initrd.kernelModules = [ "zfs" ]; + boot.initrd.kernelModules = [ "amdgpu" "zfs" ]; #boot.initrd.postDeviceCommands = ''zpool import -lf rpool''; boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; boot.loader.efi.canTouchEfiVariables = true; @@ -26,34 +26,140 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + bc bespokesynth + cardinal + cargo + conntrack-tools curl dmenu + dict + dig + dmidecode + easyeffects + encfs + enscript + evince feh + ffmpeg + file + flac + fldigi + fluidsynth + foot + fortune + fping geeqie + geonkick + gimp-with-plugins git + go + godot_4 google-authenticator google-chrome + gv + helm i3 i3status + imagemagick + inkscape + inxi + iotop + ipcalc + iperf + jq + lame + libreoffice + libva-utils + lilypond-unstable-with-fonts + lshw + lsof + mame + mariadb + mednafen + mednaffe + mesa-demos + mkvtoolnix + mpv + mutt netcat-openbsd + nmap + ntfs3g + oath-toolkit + openldap + openssl + (pass.withExtensions (ext: with ext; [pass-otp])) pass - passExtensions.pass-otp pavucontrol + pciutils + picom polkit_gnome + polyphone + poppler_utils + powertop + psmisc + pv + pwgen + qemu_kvm + qpwgraph + qrencode + qsynth + radeontop + rdesktop + read-edid reaper + recode + rosegarden + rustc + samplv1 + sfizz + sg3_utils signal-desktop + speedtest-cli + sqlite + sshfs st stoken + surge + surge-XT + sxiv + synthv1 + sysstat + tcpdump + tigervnc + traceroute + tree + tshark + turbovnc + unrar + unzip + usbutils + vapoursynth + vdpauinfo vim + vlc + vmpk + vocproc + vulkan-tools + wavpack wget + whois winetricks wineWowPackages.stagingFull + wireguard-tools + x11vnc + x265 + xclip xdotool xorg.xdpyinfo xscreensaver + xsnow yabridge yabridgectl + yoshimi + zig + zip + zynaddsubfx ]; i18n.defaultLocale = "en_US.UTF-8"; @@ -143,6 +249,7 @@ ]; enable = true; libinput.enable = true; + videoDrivers = [ "amdgpu" ]; xkb.layout = "us"; xkb.options = "caps:super,compose:ralt"; }; |