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
|
imv # slurpshot
|
||||||
alacritty
|
alacritty
|
||||||
chromium
|
chromium
|
||||||
|
docker-compose
|
||||||
hunspell
|
hunspell
|
||||||
hunspellDicts.fr-classique
|
hunspellDicts.fr-classique
|
||||||
inkscape
|
inkscape
|
||||||
|
|
@ -121,6 +122,11 @@
|
||||||
};
|
};
|
||||||
programs.browserpass.enable = true;
|
programs.browserpass.enable = true;
|
||||||
|
|
||||||
|
virtualisation.docker.rootless = {
|
||||||
|
enable = true;
|
||||||
|
setSocketVariable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
monocraft
|
monocraft
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue