From 51b1988fe2cc6f9d7e00082965a95664bd1f0640 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 30 Aug 2022 09:47:49 -0500 Subject: [PATCH] adding avahi and some other things --- README.org | 7 ++++++- system/kaladin/configuration.nix | 8 +++++++- system/syl/configuration.nix | 8 +++++++- tridactyl/tridactylrc | 3 +++ 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 4ad3c0d..5a8667c 100644 --- a/README.org +++ b/README.org @@ -162,6 +162,11 @@ services.xserver = { }; # desktopManager.gnome.enable = true; }; + +services.avahi = { + enable = true; + nssmdns = true; +}; #+end_src In order to make sure the kde xdg-portals are used we need this @@ -323,7 +328,7 @@ latte-dock alacritty libsForQt5.bismuth libnotify -rofi-wayland.override { plugins = [rofi-emoji]; } +rofi-wayland aha glxinfo vulkan-tools diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 10af750..351c802 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -79,6 +79,11 @@ # desktopManager.gnome.enable = true; }; + services.avahi = { + enable = true; + nssmdns = true; + }; + # Configure keymap in X11 services.xserver.layout = "us"; # services.xserver.xkbOptions = "eurosign:e"; @@ -223,7 +228,7 @@ alacritty libsForQt5.bismuth libnotify - rofi-wayland.override { plugins = [rofi-emoji]; } + rofi-wayland aha glxinfo vulkan-tools @@ -302,6 +307,7 @@ clang-tools cmake qtcreator + libsForQt5.cuttlefish extra-cmake-modules pkg-config libsForQt5.wrapQtAppsHook diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index b31fbf3..17c2eb8 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -76,6 +76,11 @@ }; # desktopManager.gnome.enable = true; }; + + services.avahi = { + enable = true; + nssmdns = true; + }; # Configure keymap in X11 services.xserver.layout = "us"; @@ -236,7 +241,7 @@ alacritty libsForQt5.bismuth libnotify - rofi-wayland.override { plugins = [rofi-emoji]; } + rofi-wayland aha glxinfo vulkan-tools @@ -318,6 +323,7 @@ clang-tools cmake qtcreator + libsForQt5.cuttlefish extra-cmake-modules pkg-config libsForQt5.wrapQtAppsHook diff --git a/tridactyl/tridactylrc b/tridactyl/tridactylrc index 334d290..bf80adf 100644 --- a/tridactyl/tridactylrc +++ b/tridactyl/tridactylrc @@ -84,3 +84,6 @@ set smoothscroll false bind --mode=ex ex.next_completion bind --mode=ex ex.prev_completion + +"" unbind Ctrl-F +unbind \ No newline at end of file