about summary refs log tree commit diff stats
path: root/home-manger/cups/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-07 15:25:10 +0100
committerene <ene@sils.li>2023-02-07 15:25:10 +0100
commit7085bda016be5024078459e331ccf8e34807d227 (patch)
treead8d392754488e527a343adcd3d5367993d01dfa /home-manger/cups/default.nix
parentFeat(home-manager): Add alacritty support (diff)
downloadnixos-config-7085bda016be5024078459e331ccf8e34807d227.tar.gz
nixos-config-7085bda016be5024078459e331ccf8e34807d227.zip
Feat(home-manager): Add cups support
Diffstat (limited to 'home-manger/cups/default.nix')
-rw-r--r--home-manger/cups/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home-manger/cups/default.nix b/home-manger/cups/default.nix
new file mode 100644
index 00000000..f86fa806
--- /dev/null
+++ b/home-manger/cups/default.nix
@@ -0,0 +1,3 @@
+{config, ...}: {
+  home-manager.xdg.configFile."cups/lpoptions".text = "Default Brother\n";
+}