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:
parent
5e53086882
commit
c5ec676f38
5 changed files with 93 additions and 54 deletions
14
flake.nix
14
flake.nix
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue