Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: John Titor <[email protected]>
  • Loading branch information
JohnRTitor committed Aug 1, 2024
1 parent 2bb57da commit 34f8e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphical-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

# Enable NetworkManager to manage network connections.
networking.networkmanager.enable = true;
sound.enable = true; # Enable sound
hardware.bluetooth.enable = true; # enables support for Bluetooth

nixpkgs.config.allowUnfree = true;
Expand All @@ -53,4 +52,6 @@
google-chrome
firefox
];

systemd.enableUnifiedCgroupHierarchy = lib.mkForce false;
}

0 comments on commit 34f8e05

Please sign in to comment.