added avahi
This commit is contained in:
@@ -213,6 +213,7 @@
|
|||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.elephant.enable = true;
|
services.elephant.enable = true;
|
||||||
|
services.avahi.enable = true;
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ let
|
|||||||
modernLibs = with pkgs; [
|
modernLibs = with pkgs; [
|
||||||
alsa-lib
|
alsa-lib
|
||||||
freetype
|
freetype
|
||||||
|
avahi
|
||||||
libglvnd
|
libglvnd
|
||||||
curl
|
curl
|
||||||
SDL2
|
SDL2
|
||||||
@@ -25,7 +26,9 @@ let
|
|||||||
appImageDeps = [
|
appImageDeps = [
|
||||||
pkgs.steam-run
|
pkgs.steam-run
|
||||||
pkgs.stdenv.cc.cc.lib # Ensures the modern C++ runtime is available
|
pkgs.stdenv.cc.cc.lib # Ensures the modern C++ runtime is available
|
||||||
] ++ modernLibs ++ pinnedCurlLibs;
|
]
|
||||||
|
++ modernLibs
|
||||||
|
++ pinnedCurlLibs;
|
||||||
|
|
||||||
chataigneDesktopItem = {
|
chataigneDesktopItem = {
|
||||||
desktopName = "Chataigne";
|
desktopName = "Chataigne";
|
||||||
@@ -34,7 +37,10 @@ let
|
|||||||
icon = "chataigne"; # The name of the icon file (without extension)
|
icon = "chataigne"; # The name of the icon file (without extension)
|
||||||
genericName = "Creative Control Software";
|
genericName = "Creative Control Software";
|
||||||
comment = "Control and experiment with creative applications, hardware, and media.";
|
comment = "Control and experiment with creative applications, hardware, and media.";
|
||||||
categories = [ "AudioVideo" "Development" ];
|
categories = [
|
||||||
|
"AudioVideo"
|
||||||
|
"Development"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user