This commit is contained in:
Tao Tien 2024-03-28 00:49:09 -07:00
parent 5f66ab4d32
commit 3a95abdcd4
5 changed files with 4 additions and 12 deletions

View file

@ -15,7 +15,7 @@
lutris lutris
mangohud mangohud
prismlauncher prismlauncher
protonup protonup-qt
wine wine
# yuzu # nintendo can suck the shit out of my asshole # yuzu # nintendo can suck the shit out of my asshole
]; ];

View file

@ -12,10 +12,13 @@
cifs-utils cifs-utils
du-dust du-dust
exfatprogs exfatprogs
firefox
ffmpeg
git git
inputs.helix.packages.${pkgs.system}.default inputs.helix.packages.${pkgs.system}.default
localsend localsend
mesa mesa
mpv
neofetch neofetch
ouch ouch
pueue pueue

View file

@ -42,10 +42,6 @@ MatchName=Framework Laptop 16 Keyboard Module*
# MatchDMIModalias=dmi:*svnFramework:pnLaptop16* # MatchDMIModalias=dmi:*svnFramework:pnLaptop16*
AttrKeyboardIntegration=internal"; AttrKeyboardIntegration=internal";
}; };
# services.xserver.libinput = {
# enable = true;
# touchpad.disableWhileTyping = true;
# };
services.xserver.displayManager.defaultSession = "plasma"; services.xserver.displayManager.defaultSession = "plasma";
services.xserver.displayManager.sddm.wayland.enable = true; services.xserver.displayManager.sddm.wayland.enable = true;

View file

@ -31,8 +31,6 @@
calibre calibre
darktable darktable
deluge deluge
ffmpeg
firefox
jellyfin-media-player jellyfin-media-player
jellyfin-mpv-shim jellyfin-mpv-shim
keepassxc keepassxc
@ -43,7 +41,6 @@
# libsForQt5.plasma-integration # libsForQt5.plasma-integration
kdePackages.plasma-vault kdePackages.plasma-vault
miniserve miniserve
mpv
nushell nushell
obs-studio obs-studio
onlyoffice-bin onlyoffice-bin

View file

@ -1,15 +1,11 @@
{pkgs, ...}: { {pkgs, ...}: {
users.users.vy.packages = with pkgs; [ users.users.vy.packages = with pkgs; [
audacity audacity
firefox
jellyfin-media-player jellyfin-media-player
keepassxc keepassxc
libsForQt5.kdeconnect-kde
mpv
onlyoffice-bin onlyoffice-bin
snapper snapper
syncthingtray syncthingtray
wezterm
yt-dlp yt-dlp
zoom-us zoom-us
]; ];