diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-07-05 12:36:42 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-07-05 12:41:34 +0200 |
| commit | 97a8700d17094f6e8e64d218e1a814f2eeb54cf5 (patch) | |
| tree | fe72dce2810da713e3dbd1bbf5b4cdee00866e14 /nixos/desktop/default.nix | |
| parent | 6fdefa5e878ac5ded5c60d0399703b063d263cb4 (diff) | |
Add oomd to common config
Diffstat (limited to '')
| -rw-r--r-- | nixos/desktop/default.nix | 24 |
1 files changed, 12 insertions, 12 deletions
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; |
