Use wofi.

This commit is contained in:
Gabriel Ebner 2020-07-14 16:34:54 +02:00
parent 05c4373f1b
commit 8f5ce8e2e8
1 changed files with 4 additions and 6 deletions

View File

@ -10,14 +10,12 @@
environment.systemPackages = with pkgs; with gnome3; [
i3status
rofi
rofi-pass
wofi
ydotool
feh
gnome_keyring
networkmanagerapplet
nautilus # in closure of gnome-terminal anyhow
pcmanfm
# colord
evince
grim
mako
@ -30,7 +28,6 @@
desktop_file_utils shared_mime_info
glib gtk3
glib_networking gvfs dconf
gnome_settings_daemon
gnome_themes_standard defaultIconTheme
hicolor_icon_theme
@ -115,7 +112,8 @@
displayManager.defaultSession = "sway";
};
users.extraUsers.gebner.extraGroups = [ "input" "tty" "audio" "video" ];
hardware.uinput.enable = true;
users.extraUsers.gebner.extraGroups = [ "input" "tty" "audio" "video" "uinput" ];
# layout = "us";
# xkbVariant = "altgr-intl";