docker: move module from base to desktop

This reduces disk-usage for servers.
This commit is contained in:
Casper V. Kristensen 2024-11-13 01:06:08 +01:00
parent a9566be65a
commit 2ae1e8fca8
3 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,6 @@
{...}: {
imports = [
./agenix.nix
./docker.nix
./fish.nix
./git.nix
./hardware.nix

View file

@ -1,6 +1,7 @@
{...}: {
imports = [
./clipman.nix
./docker.nix
./flatpak.nix
./foot.nix
./gammastep.nix