mainly xfce. And a lot of other things i dont remember

This commit is contained in:
2026-01-06 21:25:19 +01:00
parent 1cac4ca84d
commit 3beb78a829
48 changed files with 958 additions and 223 deletions

View File

@@ -13,7 +13,10 @@
nvf.url = "github:notashelf/nvf";
zen-browser.url = "github:0xc000022070/zen-browser-flake";
zen-browser = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
@@ -30,6 +33,9 @@
# inputs.zen-browser.packages."${system}".default
# nvf.homeManagerModules.default
inputs.home-manager.nixosModules.default
# {
# home.packages = with inputs; [ zen-browser.packages.${system}.zen-browser ];
# }
];
};
};