added fuzzel, nvim-tree and updated

This commit is contained in:
Nico
2025-09-05 03:13:36 +02:00
parent 3cb6e5d907
commit e39404d44d
17 changed files with 420 additions and 78 deletions

View File

@@ -7,6 +7,7 @@
imports = [
./packages
inputs.spicetify-nix.homeManagerModules.default
inputs.zen-browser.homeModules.default
];
nixpkgs = {
@@ -20,6 +21,8 @@
floorp
];
programs.zen-browser.enable = true;
programs.spicetify =
let
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};