Clean up flake inputs, use unstable by default
This commit is contained in:
parent
02cc4f8ed8
commit
459c6ac27e
68
flake.nix
68
flake.nix
@ -2,72 +2,58 @@
|
|||||||
description = "Home Manager configuration of julian";
|
description = "Home Manager configuration of julian";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||||
|
systems.url = "github:nix-systems/default-linux";
|
||||||
|
nixos-hardware.url = "github:nixos/nixos-hardware";
|
||||||
|
impermanence.url = "github:nix-community/impermanence";
|
||||||
|
nix-colors.url = "github:misterio77/nix-colors";
|
||||||
deploy-rs.url = "github:serokell/deploy-rs";
|
deploy-rs.url = "github:serokell/deploy-rs";
|
||||||
|
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/release-24.11";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
sops-nix = {
|
||||||
snowfall-lib = {
|
url = "github:Mic92/sops-nix";
|
||||||
url = "github:snowfallorg/lib";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
nix-gl = {
|
||||||
|
url = "github:nix-community/nixgl";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
disko = {
|
disko = {
|
||||||
url = "github:nix-community/disko";
|
url = "github:nix-community/disko";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Various flakes
|
||||||
alacritty-theme = {
|
alacritty-theme = {
|
||||||
url = "github:alacritty/alacritty-theme";
|
url = "github:alacritty/alacritty-theme";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
yazi-flavors = {
|
yazi-flavors = {
|
||||||
url = "github:yazi-rs/flavors";
|
url = "github:yazi-rs/flavors";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixvim = {
|
nixvim = {
|
||||||
url = "github:nix-community/nixvim/nixos-24.11";
|
url = "github:nix-community/nixvim";
|
||||||
# If using a stable channel you can use `url = "github:nix-community/nixvim/nixos-<version>"`
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
nix-matlab = {
|
||||||
|
url = "gitlab:doronbehar/nix-matlab";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-matlab.url = "gitlab:doronbehar/nix-matlab";
|
# My projects
|
||||||
nix-matlab.inputs.nixpkgs.follows = "nixpkgs";
|
sheet-organizer = {
|
||||||
|
url = "git+https://gitlab.julian-mutter.de/julian/sheet-organizer";
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
};
|
||||||
|
music-reader = {
|
||||||
hyprland.url = "github:hyprwm/Hyprland?submodules=1";
|
url = "git+https://gitlab.julian-mutter.de/julian/music-reader";
|
||||||
# hyprland.inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
hyprland-plugins = {
|
|
||||||
url = "github:hyprwm/hyprland-plugins";
|
|
||||||
inputs.hyprland.follows = "hyprland";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-colors.url = "github:Misterio77/nix-colors";
|
|
||||||
|
|
||||||
nix-topology.url = "github:oddlama/nix-topology";
|
|
||||||
nix-topology.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
nix-ld.url = "github:Mic92/nix-ld";
|
|
||||||
nix-ld.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
## My projects
|
|
||||||
sheet-organizer.url = "git+https://gitlab.julian-mutter.de/julian/sheet-organizer";
|
|
||||||
sheet-organizer.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
|
|
||||||
music-reader.url = "git+https://gitlab.julian-mutter.de/julian/music-reader";
|
|
||||||
music-reader.inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user