diff options
author | sils <sils@sils.li> | 2022-12-27 14:17:09 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2022-12-27 14:17:09 +0100 |
commit | 72d762fe18152becda950f38f2bf46c76b9bf9f7 (patch) | |
tree | 279eeea3a963aa2525652432abe28cab7f510305 /cups.nix | |
parent | move desktop options in desktop (diff) | |
download | nix-config-72d762fe18152becda950f38f2bf46c76b9bf9f7.tar.gz nix-config-72d762fe18152becda950f38f2bf46c76b9bf9f7.zip |
demodularize
Diffstat (limited to 'cups.nix')
-rw-r--r-- | cups.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cups.nix b/cups.nix deleted file mode 100644 index 1c1eea0..0000000 --- a/cups.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ config, pkgs, ... }: - -{ - services.printing.enable = true; -} |