home: configure nautilus

This commit is contained in:
Guanran Wang 2023-12-12 00:37:21 +08:00
parent 21466dbb80
commit a2c5a58800
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{
config,
pkgs,
...
}: {
home.packages = [pkgs.gnome.nautilus];
xdg.configFile."gtk-3.0/bookmarks".text = ''
file://${config.home.homeDirectory}/Documents/Projects/git-repos/github.com/Guanran928/flake
'';
dconf.settings = {
"org/gnome/nautilus/list-view".default-zoom-level = "small";
"org/gnome/nautilus/preferences".default-folder-viewer = "list-view";
};
}

View file

@ -41,6 +41,7 @@
"sway"
# Misc
"nautilus"
"fcitx5"
"irssi"
"mumble"

View file

@ -27,7 +27,6 @@
#dippi
])
++ (with pkgs.gnome; [
nautilus
zenity
seahorse
file-roller