From 97a8700d17094f6e8e64d218e1a814f2eeb54cf5 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 5 Jul 2025 12:36:42 +0200 Subject: Add oomd to common config --- nixos/desktop/default.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'nixos/desktop/default.nix') diff --git a/nixos/desktop/default.nix b/nixos/desktop/default.nix index eb7fa46..b987376 100644 --- a/nixos/desktop/default.nix +++ b/nixos/desktop/default.nix @@ -9,21 +9,21 @@ programs = { dconf.enable = true; - thunar = { - enable = true; - plugins = with pkgs.xfce; [ - thunar-archive-plugin - thunar-media-tags-plugin - thunar-volman - ]; - }; + thunar = { + enable = true; + plugins = with pkgs.xfce; [ + thunar-archive-plugin + thunar-media-tags-plugin + thunar-volman + ]; + }; }; - # Enable CUPS to print documents. - services.printing.enable = true; + # Enable CUPS to print documents. + services.printing.enable = true; - # Enable touchpad support (enabled default in most desktopManager). - services.libinput.enable = true; + # Enable touchpad support (enabled default in most desktopManager). + services.libinput.enable = true; services = { blueman.enable = true; -- cgit v1.3.1