This commit is contained in:
Hadi
2025-03-19 22:05:17 +01:00
parent 82c51c85d9
commit 9863bdbdd0
7 changed files with 191 additions and 23 deletions

View File

@@ -14,6 +14,8 @@
apple-fonts.url = "github:Lyndeno/apple-fonts.nix";
zen-browser.url = "git+https://git.sr.ht/~canasta/zen-browser-flake/";
nixcord.url = "github:kaylorben/nixcord";
sops-nix.url = "github:Mic92/sops-nix";
nixarr.url = "github:rasmus-kirk/nixarr";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -26,10 +28,6 @@
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprspace = {
url = "github:KZDKM/Hyprspace";
inputs.hyprland.follows = "hyprland";
@@ -60,6 +58,7 @@
inputs.home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix
inputs.sops-nix.nixosModules.sops
inputs.nixarr.nixosModules.default
./hosts/server/configuration.nix
];
};