remove firewall (didnt work)
This commit is contained in:
parent
5454ad9d1c
commit
5939a8947b
1 changed files with 4 additions and 1 deletions
|
|
@ -17,6 +17,10 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
|
||||
hardware.bluetooth.enable = true; #enable bluetooth
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vscodium
|
||||
brave
|
||||
|
|
@ -24,7 +28,6 @@ in
|
|||
nixfmt-rfc-style
|
||||
easyeffects #also need easy effects presets https://github.com/JackHack96/EasyEffects-Presets
|
||||
plexamp
|
||||
libsForQt5.plasma-firewall
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue