+AZPILOGISTIK01

This commit is contained in:
2025-11-11 10:53:19 +01:00
parent 82ca6fbe98
commit bb66bcc2c5
8 changed files with 309 additions and 17 deletions

View File

@@ -6,6 +6,9 @@
inputs,
...
}: {
imports = [
inputs.m3ta-nixpkgs.homeManagerModules.default
];
nixpkgs = {
# You can add overlays here
overlays = [
@@ -16,6 +19,7 @@
inputs.nur.overlays.default
inputs.m3ta-nixpkgs.overlays.default
inputs.m3ta-nixpkgs.overlays.modifications
# Add stable as an overlay for home-manager
(final: _prev: {
stable = import inputs.nixpkgs {