nixos-config

NixOS configs for my systems
Log | Files | Refs

commit 4f94a3d13ff3c8aa56b3143048a37790fd971ba6
parent 9d8b42e2ac3903857e3d9b8a998d2e7c020bb67f
Author: vin <git@vineetk.net>
Date:   Sun, 11 Aug 2024 17:56:39 -0400

add more stuff and potential services

Diffstat:
Mhome.nix | 40++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+), 0 deletions(-)

diff --git a/home.nix b/home.nix @@ -21,6 +21,7 @@ rclone redshift tmux + transmission_4 tree ]; @@ -297,6 +298,32 @@ }; services = { + # batsignal + # borgmatic + # dunst? + # glance? + # gpg-agent with ssh? + # mbsync? + # mpd and ncmpcpp? + # nextcloud-client? + # pass-secret-service? + # plan9port for plumbing? + # recoll? + # remmina? + # screen-locker + # sxhkd if using bspwm and not i3 + # syncthing? + # unison + # vdirsyncer + + picom = { + enable = true; + backend = "egl"; + vSync = true; + }; + + poweralertd.enable = true; + redshift = { enable = true; dawnTime = "07:00"; @@ -308,10 +335,23 @@ xdg = { enable = true; + desktopEntries = { + xlinks = { + name = "Graphical Links 2"; + genericName = "Web Browser"; + exec = "links -g %U"; + terminal = false; + categories = [ "Application" "Network" "WebBrowser" ]; + mimeType = [ "application/xhtml+xml" "text/html" "text/xml" ]; + }; + }; mimeApps = { enable = true; defaultApplications = { "application/pdf" = [ "mupdf.desktop" ]; + "application/xhtml+xml" = [ "links.desktop" "librewolf.desktop" ]; + "text/html" = [ "links.desktop" "librewolf.desktop" ]; + "text/xml" = [ "links.desktop" "librewolf.desktop" ]; }; }; userDirs = {