docker: move module from base to desktop
This reduces disk-usage for servers.
This commit is contained in:
parent
f30aa9b47d
commit
e1b719e5fb
3 changed files with 1 additions and 1 deletions
modules
|
@ -1,7 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./agenix.nix
|
||||
./docker.nix
|
||||
./fish.nix
|
||||
./git.nix
|
||||
./hardware.nix
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./clipman.nix
|
||||
./docker.nix
|
||||
./flatpak.nix
|
||||
./foot.nix
|
||||
./gammastep.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue