feat: initial commit

This commit is contained in:
2024-11-23 21:35:39 +01:00
commit 28590f35e1
11 changed files with 273 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{ pkgs, ...}: {
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
environment.systemPackages = with pkgs; [
firefox
thunderbird
vlc
usbutils
pciutils
pinentry-qt
wl-clipboard
usb-modeswitch
usb-modeswitch-data
modemmanager
xdg-desktop-portal
xdg-desktop-portal-kde
grim
wireguard-tools
];
}