wsl changes
This commit is contained in:
@@ -4,8 +4,21 @@
|
||||
...
|
||||
}: {
|
||||
den.aspects.doloro-wsl = {
|
||||
nixos = {}: {
|
||||
includes = [
|
||||
modules.fish
|
||||
];
|
||||
nixos = {
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
users.users.doloro = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
# hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
|
||||
};
|
||||
};
|
||||
|
||||
homeManager = {}: {
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user