Minor refactor
This commit is contained in:
parent
b9f445c747
commit
37c6e842f1
12 changed files with 48 additions and 69 deletions
|
|
@ -6,7 +6,10 @@
|
|||
bluetooth.enable = true;
|
||||
pulseaudio.enable = false; # Use pipewire instead
|
||||
steam-hardware.enable = true; # Allow steam client to manage controllers
|
||||
opengl.driSupport32Bit = true; # For OpenGL games
|
||||
opengl = {
|
||||
driSupport32Bit = true; # For OpenGL games
|
||||
mesaPackage = pkgs.mesa_22; # NixOS/nixpkgs/issues/223729
|
||||
};
|
||||
};
|
||||
|
||||
sound.enable = true;
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
heroic
|
||||
inkscape
|
||||
# itch # Currently using unsafe electron version
|
||||
jellyfin-media-player
|
||||
junction
|
||||
kolourpaint
|
||||
libfido2
|
||||
|
|
@ -46,9 +45,7 @@
|
|||
signal-desktop
|
||||
solvespace
|
||||
space-cadet-pinball
|
||||
spotify
|
||||
steam-run
|
||||
streamlink-twitch-gui-bin
|
||||
tdesktop
|
||||
thunderbird-wayland # Until thunderbird moves to using wayland by default
|
||||
ungoogled-chromium
|
||||
|
|
@ -59,9 +56,7 @@
|
|||
wezterm
|
||||
# Package overrides
|
||||
(appimage-run.override { extraPkgs = pkgs: [ libthai ]; })
|
||||
# Packages from 3rd party overlays
|
||||
agenix
|
||||
chatterino7
|
||||
# Packages from 3rd party
|
||||
koi
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue