changed configs
This commit is contained in:
parent
d3bb262f7a
commit
5c74dc820b
@ -44,8 +44,13 @@
|
|||||||
users.users.xeovalyte = {
|
users.users.xeovalyte = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Timo Boomers";
|
description = "Timo Boomers";
|
||||||
extraGroups = [ "networkmanager" "wheel" "dialout" ];
|
extraGroups = [ "networkmanager" "wheel" "dialout" "adbusers" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
programs.adb.enable = true;
|
||||||
|
|
||||||
# Boot.
|
# Boot.
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
@ -67,6 +67,7 @@
|
|||||||
unstable.surfer # waveform viewer
|
unstable.surfer # waveform viewer
|
||||||
unstable.vscode
|
unstable.vscode
|
||||||
pomodoro-gtk
|
pomodoro-gtk
|
||||||
|
unstable.brave
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
libreoffice
|
libreoffice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user