diff options
Diffstat (limited to '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"; }; |