chore: update ?

This commit is contained in:
Xavier Morel
2026-03-06 16:55:55 +01:00
parent f785550f4e
commit df56cfb971
7 changed files with 93 additions and 53 deletions

View File

@@ -18,12 +18,15 @@
pkgs.flameshot
pkgs.lutris
pkgs.ungoogled-chromium
pkgs.xfce.thunar
pkgs.xfce.thunar-archive-plugin
pkgs.xfce.thunar-volman
pkgs.thunar
pkgs.thunar-archive-plugin
pkgs.thunar-volman
pkgs.vial
pkgs.vlc
];
programs.zen-browser.enable = true;
programs.zen-browser = {
enable = true;
suppressXdgMigrationWarning = true;
};
};
}

View File

@@ -78,7 +78,10 @@
jujutsu.enable = true;
lazygit.enable = true;
ripgrep.enable = true;
yazi.enable = true;
yazi = {
enable = true;
shellWrapperName = "y";
};
};
};
}

View File

@@ -15,7 +15,7 @@
home.packages = map lib.lowPrio [
pkgs.nh
pkgs.nil
pkgs.nixfmt-rfc-style
pkgs.nixfmt
];
nix = {
settings = {