Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2023-08-02 10:43:52 +03:00
parent 1ff6cdba95
commit f18869691a
No known key found for this signature in database
GPG key ID: 9F6DDABE11A2674D
3 changed files with 7 additions and 4 deletions

View file

@ -7,7 +7,10 @@
];
boot.plymouth.enable = true;
hardware.bluetooth.enable = true;
services.blueman.enable = true;
services.tlp.enable = true;
services.upower.enable = true;
}
}

View file

@ -5,7 +5,7 @@ let
in {
users.users.ivabus = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "input" ];
uid = 1000;
packages = with pkgs; [
tree

View file

@ -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