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;};
|
options.custom.programs.nautilus.enable = mkOption {default = false;};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services = {
|
services.gvfs.enable = true; # Trash dependency
|
||||||
gnome.sushi.enable = true; # Quick preview with spacebar
|
|
||||||
gvfs.enable = true; # Trash dependency
|
|
||||||
};
|
|
||||||
|
|
||||||
# Alternative fix to services.gnome.core-utilities.enable
|
# Fix nautilus extension environment
|
||||||
# https://github.com/NixOS/nixpkgs/pull/240780
|
# https://github.com/NixOS/nixpkgs/pull/240780
|
||||||
#?? echo $NAUTILUS_4_EXTENSION_DIR
|
#?? echo $NAUTILUS_4_EXTENSION_DIR
|
||||||
programs.nautilus-open-any-terminal = {
|
services.gnome = {
|
||||||
enable = true;
|
core-utilities.enable = true; # Required to set environment variables
|
||||||
terminal = "kitty";
|
sushi.enable = true; # Quick preview with spacebar
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Use module when completed
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/319535
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nautilus
|
nautilus
|
||||||
nautilus-open-in-blackbox
|
nautilus-open-in-blackbox
|
||||||
|
|
|
@ -81,7 +81,6 @@ in {
|
||||||
gnome-calendar
|
gnome-calendar
|
||||||
gnome-connections
|
gnome-connections
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
gnome-font-viewer
|
|
||||||
gnome-resources
|
gnome-resources
|
||||||
gnome-software
|
gnome-software
|
||||||
gnome-system-monitor
|
gnome-system-monitor
|
||||||
|
@ -108,7 +107,6 @@ in {
|
||||||
pwvucontrol
|
pwvucontrol
|
||||||
remmina
|
remmina
|
||||||
signal-desktop
|
signal-desktop
|
||||||
smile
|
|
||||||
snapshot
|
snapshot
|
||||||
spotify
|
spotify
|
||||||
syncthingtray
|
syncthingtray
|
||||||
|
|
Loading…
Add table
Reference in a new issue