summaryrefslogtreecommitdiff
path: root/nixos/desktop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/desktop/default.nix')
-rw-r--r--nixos/desktop/default.nix24
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;