mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 09:36:14 -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
|
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]
|
[colors]
|
||||||
alpha=0.75
|
alpha=0.75
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
#targets.genericLinux.enable = true;
|
#targets.genericLinux.enable = true;
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
|
# wayland.windowManager.hyprland.enable = true;
|
||||||
|
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
@ -183,7 +183,9 @@
|
||||||
(publish-workstation? #f))) ;; do not advertise, I want this to be as silent as possible
|
(publish-workstation? #f))) ;; do not advertise, I want this to be as silent as possible
|
||||||
(service docker-service-type)
|
(service docker-service-type)
|
||||||
; Tailscale daemon from rosenthal
|
; 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 containerd-service-type)
|
||||||
(service nix-service-type)
|
(service nix-service-type)
|
||||||
(service libvirt-service-type
|
(service libvirt-service-type
|
||||||
|
|
Loading…
Reference in a new issue