aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/services
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.flake/home/services')
l---------[-rw-r--r--]nixos/.flake/home/services/emacs.nix.org15
l---------[-rw-r--r--]nixos/.flake/home/services/mako.nix.org14
l---------[-rw-r--r--]nixos/.flake/home/services/mpd.nix.org22
l---------[-rw-r--r--]nixos/.flake/home/services/syncthing.nix.org13
4 files changed, 4 insertions, 60 deletions
diff --git a/nixos/.flake/home/services/emacs.nix.org b/nixos/.flake/home/services/emacs.nix.org
index 1a11446..45c44ee 100644..120000
--- a/nixos/.flake/home/services/emacs.nix.org
+++ b/nixos/.flake/home/services/emacs.nix.org
@@ -1,14 +1 @@
-#+title: Emacs Service Configuration
-
-Enable Emacs daemon and client.
-#+begin_src nix :tangle ~/.flake/home/services/emacs.nix :mkdirp yes
-{ config, pkgs, ... }:
-
-{
- services.emacs = {
- enable = true;
- client.enable = true;
- socketActivation.enable = true;
- };
-}
-#+end_src
+../../../../common/.flake/home/services/emacs.nix.org \ No newline at end of file
diff --git a/nixos/.flake/home/services/mako.nix.org b/nixos/.flake/home/services/mako.nix.org
index caa0240..b4d7e40 100644..120000
--- a/nixos/.flake/home/services/mako.nix.org
+++ b/nixos/.flake/home/services/mako.nix.org
@@ -1,13 +1 @@
-#+title: Mako Configuration
-
-Enable =mako= to handle notifications.
-#+begin_src nix :tangle ~/.flake/home/services/mako.nix :mkdirp yes
-{ config, pkgs, ... }:
-
-{
- services.mako = {
- enable = true;
- backgroundColor = "#191916ff";
- };
-}
-#+end_src
+../../../../common/.flake/home/services/mako.nix.org \ No newline at end of file
diff --git a/nixos/.flake/home/services/mpd.nix.org b/nixos/.flake/home/services/mpd.nix.org
index b985b2a..4b76825 100644..120000
--- a/nixos/.flake/home/services/mpd.nix.org
+++ b/nixos/.flake/home/services/mpd.nix.org
@@ -1,21 +1 @@
-#+title: MPD Configuration
-
-Set music directory and enable PipeWire output.
-#+begin_src nix :tangle ~/.flake/home/services/mpd.nix :mkdirp yes
- { config, pkgs, ... }:
-
- {
- services.mpd = {
- enable = true;
- musicDirectory = "~/Music";
- extraConfig = ''
- audio_output {
- type "pipewire"
- name "Pipewire"
- mixer_type "hardware"
- enabled "yes"
- }
- '';
- };
- }
-#+end_src
+../../../../common/.flake/home/services/mpd.nix.org \ No newline at end of file
diff --git a/nixos/.flake/home/services/syncthing.nix.org b/nixos/.flake/home/services/syncthing.nix.org
index 42dbf50..8d42514 100644..120000
--- a/nixos/.flake/home/services/syncthing.nix.org
+++ b/nixos/.flake/home/services/syncthing.nix.org
@@ -1,12 +1 @@
-#+title: Syncthing Configuration
-
-Enable Syncthing service.
-#+begin_src nix :tangle ~/.flake/home/services/syncthing.nix :mkdirp yes
-{ config, pkgs, ... }:
-
-{
- services.syncthing = {
- enable = true;
- };
-}
-#+end_src
+../../../../common/.flake/home/services/syncthing.nix.org \ No newline at end of file