Desktop/distrobox: enable
This commit is contained in:
parent
15149a7968
commit
e8af512370
2 changed files with 12 additions and 0 deletions
|
|
@ -10,5 +10,6 @@
|
||||||
./mpv.nix
|
./mpv.nix
|
||||||
./sysdvr-qt.nix
|
./sysdvr-qt.nix
|
||||||
./spotify.nix
|
./spotify.nix
|
||||||
|
./distrobox.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
11
roles/desktop/programs/distrobox.nix
Normal file
11
roles/desktop/programs/distrobox.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{...}: {
|
||||||
|
virtualisation.podman = {
|
||||||
|
# Due to limitations with home-manager, podman has to be available system wide
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
home-manager.users.toast = {
|
||||||
|
programs.distrobox = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue