fix gnome search

This commit is contained in:
Peder Bergebakken Sundt 2025-01-01 18:57:04 +01:00
parent a1a3195601
commit 3b81478320
3 changed files with 9 additions and 9 deletions

View File

@ -32,7 +32,7 @@
# https://github.com/nix-community/nix-index-database
nix-index-database.url = "github:Mic92/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs-2311"; # only used for .packages
nix-index-database.inputs.nixpkgs.follows = "nixpkgs-2411"; # only used for .packages
# https://github.com/NixOS/nixos-hardware
nixos-hardware.url = "github:NixOS/nixos-hardware";

View File

@ -7,7 +7,6 @@
#boot.kernel.sysctl."vm.swappiness" = lib.mkDefault 10; # 0-100, commonly 60
# for testing only, not for building
# (from ./binfmt.nix)
boot.binfmt.addEmulatedSystemsToNixSandbox = false;
boot.binfmt.emulatedSystems = [
"aarch64-linux"
@ -19,12 +18,6 @@
#nix.settings.extra-platforms = [ "i686-linux" ];
imports = [
{
/* disabledModules = [ "${modulesPath}/nixos/modules/system/boot/binfmt.nix" ]; */
disabledModules = [ "system/boot/binfmt.nix" ];
imports = [ ./../sopp/binfmt.nix ];
}
./hardware-configuration.nix
../../../profiles/sshd.nix
#../../../profiles/no-suspend.nix

View File

@ -18,9 +18,16 @@ with lib.hm.gvariant;
"org.gnome.seahorse.Application.desktop"
];
sort-order = [
"org.gnome.Contacts.desktop"
"org.gnome.Settings.desktop"
"org.gnome.Documents.desktop"
"org.gnome.Contacts.desktop"
"org.gnome.Nautilus.desktop"
"org.gnome.Calculator.desktop"
"org.gnome.Calendar.desktop"
"org.gnome.Characters.desktop"
"org.gnome.clocks.desktop"
"org.gnome.design.IconLibrary.desktop"
"org.gnome.seahorse.Application.desktop"
];
};