about summary refs log tree commit diff stats
path: root/home-manger/cups
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-11 12:22:46 +0100
committerene <ene@sils.li>2023-02-11 12:22:46 +0100
commit16b74bfaab48fa8e890881eead078b09dcefbcf8 (patch)
tree48dbe0f014d22246cc6594db655866929e5d3cde /home-manger/cups
parentFix: Import the configurations (diff)
downloadnixos-config-16b74bfaab48fa8e890881eead078b09dcefbcf8.zip
Fix: Remove typo from home-manager directory name
Diffstat (limited to 'home-manger/cups')
-rw-r--r--home-manger/cups/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/home-manger/cups/default.nix b/home-manger/cups/default.nix
deleted file mode 100644
index f86fa806..00000000
--- a/home-manger/cups/default.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{config, ...}: {
-  home-manager.xdg.configFile."cups/lpoptions".text = "Default Brother\n";
-}