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 = [ imports = [
./agenix.nix ./agenix.nix
./docker.nix
./fish.nix ./fish.nix
./git.nix ./git.nix
./hardware.nix ./hardware.nix

View file

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