Regenerated

This commit is contained in:
2026-04-20 18:18:02 +02:00
parent aacd46c42a
commit 8e9a464f7b
4 changed files with 400 additions and 385 deletions
+10 -6
View File
@@ -36,15 +36,19 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nordvpn-flake = {
url = "github:m-lourenco0/nordvpn-flake";
inputs.nixpkgs.follows = "nixpkgs"; # optional but recommended
};
hyprland.url = "github:hyprwm/Hyprland";
};
outputs = { self, nixpkgs, home-manager, import-tree, stylix, hyprland, emacs-overlay, zen-browser, flatpak, nordvpn-flake,... }:
outputs = { self,
nixpkgs,
home-manager,
import-tree,
stylix,
hyprland,
emacs-overlay,
zen-browser,
flatpak
,... }:
let
system = "x86_64-linux";
flakeRoot = self;