desktop: remove bitwarden and bluetooth
dont need bluetooth anymore, havent used the bitwarden app in light of the browser extension (and web app exists otherwise)
This commit is contained in:
parent
39724e7dea
commit
02266d90a1
1 changed files with 3 additions and 11 deletions
|
|
@ -3,15 +3,8 @@
|
||||||
{
|
{
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
hardware = {
|
# mesa graphics library
|
||||||
bluetooth = {
|
hardware.graphics.enable = true;
|
||||||
enable = true;
|
|
||||||
powerOnBoot = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# mesa graphics library
|
|
||||||
graphics.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# audio
|
# audio
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
|
@ -29,7 +22,6 @@
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
bitwarden
|
|
||||||
kdePackages.gwenview
|
kdePackages.gwenview
|
||||||
krita
|
krita
|
||||||
vlc
|
vlc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue