This commit is contained in:
LavaDesu 2021-07-28 15:04:09 +07:00
parent 3a597a9f61
commit 0269d121b0
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@
gnome3.nautilus
];
environment.variables.EDITOR = "nvim";
programs.adb.enable = true;
}
// (if !enableGUI then {} else {
hardware.opengl.extraPackages = with pkgs; [

View file

@ -1,7 +1,7 @@
{ config, lib, modules, pkgs, ... }: {
users.users.rin = {
isNormalUser = true;
extraGroups = [ "audio" "video" "wheel" ];
extraGroups = [ "adbusers" "audio" "video" "wheel" ];
shell = pkgs.zsh;
uid = 1001;
};