mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
Changed things, i dunno
This commit is contained in:
parent
ca201bd9f1
commit
a01f7ce1b0
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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; [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue