push
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -9,13 +9,7 @@ in {
|
||||
nix.users.bug = bug;
|
||||
laptop.users.bug = bug;
|
||||
box.users.bug = bug;
|
||||
box.users.levi = {
|
||||
isNormalUser = true;
|
||||
description = "levi";
|
||||
group = "levi";
|
||||
};
|
||||
};
|
||||
|
||||
den.homes.x86_64-linux.bug = { aspect = "bug"; };
|
||||
den.homes.x86_64-linux.levi = { aspect = "levi"; };
|
||||
}
|
||||
|
||||
@@ -33,6 +33,14 @@
|
||||
|
||||
nixos = {
|
||||
networking.hostName = "box";
|
||||
|
||||
users.users.levi = {
|
||||
isNormalUser = true;
|
||||
description = "levi";
|
||||
extraGroups = [];
|
||||
|
||||
hashedPasswordFile = "/home/bug/users/levi.passwd";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
11
modules/software/librewolf.nix
Normal file
11
modules/software/librewolf.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
den.aspects.librewolf = {
|
||||
homeManager = { pkgs, ... }: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
librewolf
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{ den, ... }: {
|
||||
den.aspects.levi = {
|
||||
includes = [
|
||||
den.provides.primary-user
|
||||
(den.provides.user-shell "fish")
|
||||
];
|
||||
|
||||
user.hashedPasswordFile = "/home/bug/users/levi.passwd";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user