diff --git a/common/laptop.nix b/common/laptop.nix index b26664e..7abf22b 100644 --- a/common/laptop.nix +++ b/common/laptop.nix @@ -7,7 +7,10 @@ ]; boot.plymouth.enable = true; - + + hardware.bluetooth.enable = true; + services.blueman.enable = true; + services.tlp.enable = true; services.upower.enable = true; -} \ No newline at end of file +} diff --git a/common/user.nix b/common/user.nix index 17c6a79..0c6827e 100644 --- a/common/user.nix +++ b/common/user.nix @@ -5,7 +5,7 @@ let in { users.users.ivabus = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "input" ]; uid = 1000; packages = with pkgs; [ tree diff --git a/flake.nix b/flake.nix index bb4d59f..3500126 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ ./common/remote-access.nix ./roles/graphical.nix ./roles/latex.nix - #./roles/gaming.nix + ./roles/gaming.nix ./roles/devel.nix ./roles/yggdrasil-client.nix ./machines/stella/configuration.nix