several small adjustments

This commit is contained in:
Thilo Billerbeck 2025-03-25 15:54:16 +01:00
commit 76b06e0530
5 changed files with 20 additions and 18 deletions
configs/thilo-pc

View file

@ -13,10 +13,7 @@
extraSpecialArgs = {
inherit inputs;
};
sharedModules = [
inputs.distrobox4nix.homeManagerModule
];
backupFileExtension = ".bak";
users.thilo = {
imports = [ ./../../home-manager/modules/machine.nix ];
@ -49,7 +46,7 @@
];
programs.distrobox = {
enable = true;
enable = lib.mkForce true;
containers = {
arch = {
image = "arch-toolbox";