New Flake Style + WSL + NixOnDroid
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{ pkgs, user, ... }:
|
||||
|
||||
{ pkgs, hyper, ... }:
|
||||
{
|
||||
users.defaultUserShell = pkgs.bash; # if interactive, itll switch to fish
|
||||
|
||||
users.users."${user}" = {
|
||||
users.users."${hyper.user}" = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
# TODO: actually put the groups into the relevant files
|
||||
|
||||
Reference in New Issue
Block a user