mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: replace thunar with nautilus
This commit is contained in:
parent
df7f6671f1
commit
63d4a1b452
3 changed files with 20 additions and 3 deletions
|
@ -37,6 +37,23 @@ in
|
|||
|
||||
programs.vesktop.enable = lib.mkIf cfg.instantMessaging.enable true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
gnome = super.gnome.overrideScope' (
|
||||
gself: gsuper: {
|
||||
nautilus = gsuper.nautilus.overrideAttrs (nsuper: {
|
||||
buildInputs =
|
||||
nsuper.buildInputs
|
||||
++ (with super.gst_all_1; [
|
||||
gst-plugins-good
|
||||
gst-plugins-bad
|
||||
]);
|
||||
});
|
||||
}
|
||||
);
|
||||
})
|
||||
];
|
||||
|
||||
home.packages =
|
||||
lib.optionals cfg.archiveTools.enable (
|
||||
with pkgs;
|
||||
|
@ -78,7 +95,7 @@ in
|
|||
with pkgs;
|
||||
[
|
||||
thunderbird
|
||||
xfce.thunar
|
||||
nautilus
|
||||
nicotine-plus # soulseek client
|
||||
gapless # music player
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue