diff options
Diffstat (limited to '')
-rw-r--r-- | home-manager/cups/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/cups/default.nix b/home-manager/cups/default.nix index f86fa806..4fef0a9c 100644 --- a/home-manager/cups/default.nix +++ b/home-manager/cups/default.nix @@ -1,3 +1,3 @@ {config, ...}: { - home-manager.xdg.configFile."cups/lpoptions".text = "Default Brother\n"; +xdg.configFile."cups/lpoptions".text = "Default Brother\n"; } |