Changed things, i dunno

This commit is contained in:
Ryan Schanzenbacher 2024-10-11 16:54:40 -04:00
parent ca201bd9f1
commit a01f7ce1b0
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E
3 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,7 @@
font=Lilex Nerd Font Mono:size=14,FiraCode Nerd Font Mono:size=14
notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
[desktop-notifications]
command=notify-send -a ${app-id} -i ${app-id} ${title} ${body}
[colors]
alpha=0.75

View file

@ -21,6 +21,8 @@
#targets.genericLinux.enable = true;
fonts.fontconfig.enable = true;
# wayland.windowManager.hyprland.enable = true;
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [

View file

@ -183,7 +183,9 @@
(publish-workstation? #f))) ;; do not advertise, I want this to be as silent as possible
(service docker-service-type)
; Tailscale daemon from rosenthal
(service tailscale-service-type) ; TODO: Add BIRD socket
(service tailscale-service-type
(tailscale-configuration
(socket "/var/run/tailscale/tailscaled.sock")))
(service containerd-service-type)
(service nix-service-type)
(service libvirt-service-type