Use wofi.
This commit is contained in:
parent
05c4373f1b
commit
8f5ce8e2e8
10
sway.nix
10
sway.nix
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user