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;
|
# desktopManager.gnome.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns = true;
|
||||||
|
};
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
In order to make sure the kde xdg-portals are used we need this
|
In order to make sure the kde xdg-portals are used we need this
|
||||||
|
@ -323,7 +328,7 @@ latte-dock
|
||||||
alacritty
|
alacritty
|
||||||
libsForQt5.bismuth
|
libsForQt5.bismuth
|
||||||
libnotify
|
libnotify
|
||||||
rofi-wayland.override { plugins = [rofi-emoji]; }
|
rofi-wayland
|
||||||
aha
|
aha
|
||||||
glxinfo
|
glxinfo
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
|
|
|
@ -79,6 +79,11 @@
|
||||||
# desktopManager.gnome.enable = true;
|
# desktopManager.gnome.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.layout = "us";
|
services.xserver.layout = "us";
|
||||||
# services.xserver.xkbOptions = "eurosign:e";
|
# services.xserver.xkbOptions = "eurosign:e";
|
||||||
|
@ -223,7 +228,7 @@
|
||||||
alacritty
|
alacritty
|
||||||
libsForQt5.bismuth
|
libsForQt5.bismuth
|
||||||
libnotify
|
libnotify
|
||||||
rofi-wayland.override { plugins = [rofi-emoji]; }
|
rofi-wayland
|
||||||
aha
|
aha
|
||||||
glxinfo
|
glxinfo
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
|
@ -302,6 +307,7 @@
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake
|
cmake
|
||||||
qtcreator
|
qtcreator
|
||||||
|
libsForQt5.cuttlefish
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
pkg-config
|
pkg-config
|
||||||
libsForQt5.wrapQtAppsHook
|
libsForQt5.wrapQtAppsHook
|
||||||
|
|
|
@ -76,6 +76,11 @@
|
||||||
};
|
};
|
||||||
# desktopManager.gnome.enable = true;
|
# desktopManager.gnome.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.layout = "us";
|
services.xserver.layout = "us";
|
||||||
|
@ -236,7 +241,7 @@
|
||||||
alacritty
|
alacritty
|
||||||
libsForQt5.bismuth
|
libsForQt5.bismuth
|
||||||
libnotify
|
libnotify
|
||||||
rofi-wayland.override { plugins = [rofi-emoji]; }
|
rofi-wayland
|
||||||
aha
|
aha
|
||||||
glxinfo
|
glxinfo
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
|
@ -318,6 +323,7 @@
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake
|
cmake
|
||||||
qtcreator
|
qtcreator
|
||||||
|
libsForQt5.cuttlefish
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
pkg-config
|
pkg-config
|
||||||
libsForQt5.wrapQtAppsHook
|
libsForQt5.wrapQtAppsHook
|
||||||
|
|
|
@ -84,3 +84,6 @@ set smoothscroll false
|
||||||
|
|
||||||
bind --mode=ex <C-j> ex.next_completion
|
bind --mode=ex <C-j> ex.next_completion
|
||||||
bind --mode=ex <C-k> ex.prev_completion
|
bind --mode=ex <C-k> ex.prev_completion
|
||||||
|
|
||||||
|
"" unbind Ctrl-F
|
||||||
|
unbind <C-f>
|
Loading…
Reference in a new issue