adding avahi and some other things
This commit is contained in:
parent
313f5d1f03
commit
51b1988fe2
4 changed files with 23 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue