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