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; [
|
environment.systemPackages = with pkgs; with gnome3; [
|
||||||
i3status
|
i3status
|
||||||
rofi
|
wofi
|
||||||
rofi-pass
|
ydotool
|
||||||
feh
|
feh
|
||||||
gnome_keyring
|
gnome_keyring
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
nautilus # in closure of gnome-terminal anyhow
|
|
||||||
pcmanfm
|
pcmanfm
|
||||||
# colord
|
|
||||||
evince
|
evince
|
||||||
grim
|
grim
|
||||||
mako
|
mako
|
||||||
@ -30,7 +28,6 @@
|
|||||||
desktop_file_utils shared_mime_info
|
desktop_file_utils shared_mime_info
|
||||||
glib gtk3
|
glib gtk3
|
||||||
glib_networking gvfs dconf
|
glib_networking gvfs dconf
|
||||||
gnome_settings_daemon
|
|
||||||
gnome_themes_standard defaultIconTheme
|
gnome_themes_standard defaultIconTheme
|
||||||
hicolor_icon_theme
|
hicolor_icon_theme
|
||||||
|
|
||||||
@ -115,7 +112,8 @@
|
|||||||
displayManager.defaultSession = "sway";
|
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";
|
# layout = "us";
|
||||||
# xkbVariant = "altgr-intl";
|
# xkbVariant = "altgr-intl";
|
||||||
|
Loading…
Reference in New Issue
Block a user