Compare commits
No commits in common. "ad40e72fbd8b4cb99738e14177ffe72aefc8fb5b" and "0bb3e8880d0ae519b68035141f7099b617d43caf" have entirely different histories.
ad40e72fbd
...
0bb3e8880d
2 changed files with 5 additions and 12 deletions
|
@ -10,21 +10,16 @@ in {
|
|||
options.custom.programs.nautilus.enable = mkOption {default = false;};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services = {
|
||||
gnome.sushi.enable = true; # Quick preview with spacebar
|
||||
gvfs.enable = true; # Trash dependency
|
||||
};
|
||||
services.gvfs.enable = true; # Trash dependency
|
||||
|
||||
# Alternative fix to services.gnome.core-utilities.enable
|
||||
# Fix nautilus extension environment
|
||||
# https://github.com/NixOS/nixpkgs/pull/240780
|
||||
#?? echo $NAUTILUS_4_EXTENSION_DIR
|
||||
programs.nautilus-open-any-terminal = {
|
||||
enable = true;
|
||||
terminal = "kitty";
|
||||
services.gnome = {
|
||||
core-utilities.enable = true; # Required to set environment variables
|
||||
sushi.enable = true; # Quick preview with spacebar
|
||||
};
|
||||
|
||||
# TODO: Use module when completed
|
||||
# https://github.com/NixOS/nixpkgs/pull/319535
|
||||
environment.systemPackages = with pkgs; [
|
||||
nautilus
|
||||
nautilus-open-in-blackbox
|
||||
|
|
|
@ -81,7 +81,6 @@ in {
|
|||
gnome-calendar
|
||||
gnome-connections
|
||||
gnome-disk-utility
|
||||
gnome-font-viewer
|
||||
gnome-resources
|
||||
gnome-software
|
||||
gnome-system-monitor
|
||||
|
@ -108,7 +107,6 @@ in {
|
|||
pwvucontrol
|
||||
remmina
|
||||
signal-desktop
|
||||
smile
|
||||
snapshot
|
||||
spotify
|
||||
syncthingtray
|
||||
|
|
Loading…
Add table
Reference in a new issue