adding avahi and some other things
This commit is contained in:
parent
313f5d1f03
commit
51b1988fe2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -84,3 +84,6 @@ set smoothscroll false
|
|||
|
||||
bind --mode=ex <C-j> ex.next_completion
|
||||
bind --mode=ex <C-k> ex.prev_completion
|
||||
|
||||
"" unbind Ctrl-F
|
||||
unbind <C-f>
|
Loading…
Reference in a new issue