mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
Changes
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
1ff6cdba95
commit
f18869691a
|
@ -7,7 +7,10 @@
|
|||
];
|
||||
|
||||
boot.plymouth.enable = true;
|
||||
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
services.tlp.enable = true;
|
||||
services.upower.enable = true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ let
|
|||
in {
|
||||
users.users.ivabus = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ "wheel" "input" ];
|
||||
uid = 1000;
|
||||
packages = with pkgs; [
|
||||
tree
|
||||
|
|
Loading…
Reference in a new issue