home/nautilus: drop
This commit is contained in:
parent
42f49d0917
commit
fc5fe2d0a6
4 changed files with 0 additions and 28 deletions
|
@ -1,9 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.nautilus ];
|
||||
dconf.settings = {
|
||||
"org/gnome/nautilus/list-view".default-zoom-level = "small";
|
||||
"org/gnome/nautilus/preferences".default-folder-viewer = "list-view";
|
||||
"org/gtk/gtk4/settings/file-chooser".show-hidden = true;
|
||||
};
|
||||
}
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
services = {
|
||||
cliphist.enable = true;
|
||||
udiskie.enable = true;
|
||||
};
|
||||
|
||||
home.packages =
|
||||
|
|
|
@ -131,10 +131,8 @@
|
|||
|
||||
services = {
|
||||
power-profiles-daemon.enable = true;
|
||||
gvfs.enable = true;
|
||||
gnome = {
|
||||
gnome-keyring.enable = true;
|
||||
sushi.enable = true;
|
||||
};
|
||||
tailscale = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,20 +1,4 @@
|
|||
_final: prev: {
|
||||
# https://aur.archlinux.org/pkgbase/nautilus-typeahead
|
||||
nautilus = prev.nautilus.overrideAttrs {
|
||||
src = prev.fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "xclaesse";
|
||||
repo = "nautilus";
|
||||
rev = "05f8e6e9bee25c894d2f3582649750737081253b";
|
||||
hash = "sha256-BDWYWBdty/SumkhftEH5fOAow9EjYwdw7pwnSWL+Q48=";
|
||||
};
|
||||
|
||||
# Enable type-ahead behavior by default
|
||||
postPatch = ''
|
||||
awk -i inplace '/type-ahead-search/{c++;} c==1 && /true/{sub("true", "false"); c++;} 1' data/org.gnome.nautilus.gschema.xml
|
||||
'';
|
||||
};
|
||||
|
||||
qt6Packages = prev.qt6Packages.overrideScope (
|
||||
_final': prev': {
|
||||
# HACK: no more qt5
|
||||
|
|
Loading…
Add table
Reference in a new issue