summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix25
1 files changed, 5 insertions, 20 deletions
diff --git a/flake.nix b/flake.nix
index b8555cd..d71a29e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,7 +8,7 @@
home-manager.url = "github:nix-community/home-manager/master";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
# hyprland
- hyprland.url = "github:hyprwm/Hyprland/v0.53.0";
+ hyprland.url = "github:hyprwm/Hyprland/main";
hyprland.inputs.nixpkgs.follows = "nixpkgs";
# hyprland plugins
hyprland-plugins.url = "github:hyprwm/hyprland-plugins/v0.53.0";
@@ -19,9 +19,6 @@
# sops
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
- # astal
- astal.url = "github:aylur/astal";
- astal.inputs.nixpkgs.follows = "nixpkgs";
# talc
talc.url = "git+https://g.trimill.xyz/talc";
talc.inputs.nixpkgs.follows = "nixpkgs";
@@ -31,22 +28,11 @@
# nixos-wsl
nixos-wsl.url = "github:nix-community/nixos-wsl";
nixos-wsl.inputs.nixpkgs.follows = "nixpkgs";
- # rose-pine-hyprcursor
- rose-pine-hyprcursor.url = "github:ndom91/rose-pine-hyprcursor";
- rose-pine-hyprcursor.inputs.nixpkgs.follows = "nixpkgs";
- rose-pine-hyprcursor.inputs.hyprlang.follows = "hyprland/hyprlang";
- # zen browser
- zen-browser.url = "github:0xc000022070/zen-browser-flake";
- zen-browser.inputs.nixpkgs.follows = "nixpkgs";
- zen-browser.inputs.home-manager.follows = "home-manager";
- # preload-ng
- preload-ng.url = "github:miguel-b-p/preload-ng";
- preload-ng.inputs.nixpkgs.follows = "nixpkgs";
# nixos-hardware
nixos-hardware.url = "github:nixos/nixos-hardware/master";
- # nix-mineral
- nix-mineral.url = "github:cynicsketch/nix-mineral";
- nix-mineral.inputs.nixpkgs.follows = "nixpkgs";
+ # caelestia-shell
+ caelestia-shell.url = "git+https://g.freya.cat/caelestia-shell";
+ caelestia-shell.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = {
@@ -115,8 +101,7 @@
packages = perSystem (
pkgs: system:
import ./pkgs {
- inherit pkgs inputs system;
- inherit (nixpkgs) lib;
+ inherit pkgs;
}
);