diff --git a/pkgs/deemix-gui/deemix-gui b/pkgs/deemix-gui/deemix-gui new file mode 160000 index 0000000..944e541 --- /dev/null +++ b/pkgs/deemix-gui/deemix-gui @@ -0,0 +1 @@ +Subproject commit 944e541d03e60bd16f42810f69574ed6d7dfa3e4 diff --git a/pkgs/deemix-gui/deemix-webui b/pkgs/deemix-gui/deemix-webui new file mode 160000 index 0000000..1b97d94 --- /dev/null +++ b/pkgs/deemix-gui/deemix-webui @@ -0,0 +1 @@ +Subproject commit 1b97d94b382542f105094e5a423d6564a8a55c54 diff --git a/pkgs/listen-moe/desktop-app b/pkgs/listen-moe/desktop-app new file mode 160000 index 0000000..e981ae7 --- /dev/null +++ b/pkgs/listen-moe/desktop-app @@ -0,0 +1 @@ +Subproject commit e981ae7db43fb2d017c8088ff9a5c71cccd54f22 diff --git a/programs/alacritty.nix b/programs/alacritty.nix index f14004b..72e4e63 100644 --- a/programs/alacritty.nix +++ b/programs/alacritty.nix @@ -3,7 +3,10 @@ programs.alacritty = { enable = true; settings = { - window.padding = { x = 15; y = 15; }; + window = { + padding = { x = 15; y = 15; }; + opacity = 1.0; + }; font = { normal = { @@ -28,8 +31,6 @@ in filterAttrs removePrimaryColorAttrs config.colors.defaultColorSet; }; - background_opacity = 1.0; - cursor = { style = "Block"; blinking = "On";