Add rootless docker and docker-compose
This commit is contained in:
parent
0ed34de036
commit
55565a2501
1 changed files with 6 additions and 0 deletions
|
|
@ -78,6 +78,7 @@
|
|||
imv # slurpshot
|
||||
alacritty
|
||||
chromium
|
||||
docker-compose
|
||||
hunspell
|
||||
hunspellDicts.fr-classique
|
||||
inkscape
|
||||
|
|
@ -121,6 +122,11 @@
|
|||
};
|
||||
programs.browserpass.enable = true;
|
||||
|
||||
virtualisation.docker.rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
|
||||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
monocraft
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue