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;
|
boot.plymouth.enable = true;
|
||||||
|
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
services.blueman.enable = true;
|
||||||
|
|
||||||
services.tlp.enable = true;
|
services.tlp.enable = true;
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@ let
|
||||||
in {
|
in {
|
||||||
users.users.ivabus = {
|
users.users.ivabus = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" "input" ];
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
tree
|
tree
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
./common/remote-access.nix
|
./common/remote-access.nix
|
||||||
./roles/graphical.nix
|
./roles/graphical.nix
|
||||||
./roles/latex.nix
|
./roles/latex.nix
|
||||||
#./roles/gaming.nix
|
./roles/gaming.nix
|
||||||
./roles/devel.nix
|
./roles/devel.nix
|
||||||
./roles/yggdrasil-client.nix
|
./roles/yggdrasil-client.nix
|
||||||
./machines/stella/configuration.nix
|
./machines/stella/configuration.nix
|
||||||
|
|
Loading…
Reference in a new issue