mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
updates
This commit is contained in:
parent
8383eda53f
commit
1dbdbebe7a
2 changed files with 15 additions and 16 deletions
13
flake.nix
13
flake.nix
|
@ -3,16 +3,15 @@
|
|||
inputs = {
|
||||
nixpkgs.url = github:nixos/nixpkgs/nixos-unstable;
|
||||
home-manager.url = github:nix-community/home-manager;
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
hyprland.url = github:hyprwm/Hyprland;
|
||||
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
||||
hyprpaper.url = github:hyprwm/hyprpaper;
|
||||
hyprpaper.inputs.nixpkgs.follows = "nixpkgs";
|
||||
#xdph.url = github:hyprwm/xdg-desktop-portal-hyprland;
|
||||
#xdph.inputs.nixpkgs.follows = "nixpkgs";
|
||||
sops-nix.url = github:Mic92/sops-nix;
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nix-colors.url = github:Misterio77/nix-colors;
|
||||
hyprpaper.url = github:hyprwm/hyprpaper;
|
||||
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
||||
hyprpaper.inputs.nixpkgs.follows = "nixpkgs";
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, hyprland, hyprpaper, sops-nix, nix-colors }@attrs: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue