mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-12-04 11:40:27 +01:00
several small adjustments
This commit is contained in:
parent
62bfab8427
commit
76b06e0530
5 changed files with 20 additions and 18 deletions
configs/thilo-pc
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue