switch nautilus sushi to service

This commit is contained in:
Noah Masur 2023-06-02 20:10:45 -04:00
parent 8d8dd8ad62
commit e8456e131b

View File

@ -11,11 +11,12 @@
# Install Nautilus file manager
config = lib.mkIf (config.gui.enable && config.nautilus.enable) {
# Quick preview with spacebar
services.gnome.sushi.enable = true;
environment.systemPackages = [ pkgs.gnome.nautilus ];
home-manager.users.${config.user} = {
home.packages = with pkgs; [
gnome.nautilus
gnome.sushi # Quick preview with spacebar
];
xsession.windowManager.i3.config.keybindings = {
"${