1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-02 15:48:46 +02:00

nextcloud updates and hyprland cache

This commit is contained in:
Rouven Seifert 2023-03-26 14:27:15 +02:00
parent 5e53086882
commit c5ec676f38
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 93 additions and 54 deletions

View file

@ -33,24 +33,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland-protocols = {
url = github:hyprwm/hyprland-protocols;
inputs.nixpkgs.follows = "nixpkgs";
};
xdph = {
url = github:hyprwm/xdg-desktop-portal-hyprland;
inputs = {
nixpkgs.follows = "nixpkgs";
hyprland-protocols.follows = "hyprland-protocols";
};
};
hyprland = {
url = github:hyprwm/Hyprland;
inputs = {
nixpkgs.follows = "nixpkgs";
hyprland-protocols.follows = "hyprland-protocols";
xdph.follows = "xdph";
};
};
@ -93,6 +83,10 @@
home-manager.nixosModules.home-manager
sops-nix.nixosModules.sops
{
nix.settings = {
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
home-manager.extraSpecialArgs = attrs;
home-manager.users.rouven = {
imports = [