First attempts on using distrobox
This commit is contained in:
@@ -19,12 +19,17 @@ in
|
||||
extraGroups = ["disks" "storage" "networkmanager" "wheel" "docker" "scanner" "lp" "uucp" "dialout"];
|
||||
packages = with pkgs; [];
|
||||
shell = pkgs.zsh;
|
||||
hashedPassword = profile.hashed-password;
|
||||
hashedPassword = profile.hashed-password;
|
||||
};
|
||||
|
||||
home-manager.backupFileExtension = "bck.lck";
|
||||
|
||||
home-manager.users.${profile.username} = { pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
./terminal-environment/genv
|
||||
];
|
||||
|
||||
home.stateVersion = "25.11";
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user