feat: initial commit
This commit is contained in:
25
profiles/graphical/default.nix
Normal file
25
profiles/graphical/default.nix
Normal 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
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user