feat: switch to pipewire
This commit is contained in:
parent
b414ba1d17
commit
9791074aec
8 changed files with 101 additions and 11 deletions
|
@ -1,7 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./hardened.nix ./i18n.nix ./nix.nix ./networking.nix ./vpn.nix ];
|
||||
imports = [
|
||||
./hardened.nix
|
||||
./sound.nix
|
||||
./i18n.nix
|
||||
./nix.nix
|
||||
./networking.nix
|
||||
./vpn.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [ wget curl openssl neovim ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue