updated some stuff

This commit is contained in:
fwastring 2026-05-02 12:06:25 +02:00
parent 1dd4440047
commit bba7fe79d8
4 changed files with 160 additions and 249 deletions

View file

@ -3,9 +3,11 @@
inputs = {
# Nixpkgs
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
hister.url = "github:asciimoo/hister";
nixpkgs-azure-cli.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs";
@ -18,16 +20,10 @@
url = "github:Glomzzz/typsite";
inputs.nixpkgs.follows = "nixpkgs";
};
catppuccin.url = "github:catppuccin/nix";
confetti.url = "git+https://git.wastring.com/fw/confetti?ref=main";
powershell-es.url = "git+https://git.wastring.com/fw/powershell-es?ref=main";
bbk.url = "git+https://git.wastring.com/fw/bbk?ref=main";
wedding.url = "git+ssh://git@github.com/fwastring/wedding.git?ref=simplify-static-html";
wedding.inputs.nixpkgs.follows = "nixpkgs";
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
hyprland.url = "github:hyprwm/Hyprland";
catppuccin = {
url = "github:catppuccin/nix";
inputs.nixpkgs.follows = "nixpkgs";
};
minimal-tmux = {
url = "github:niksingh710/minimal-tmux-status";
inputs.nixpkgs.follows = "nixpkgs";
@ -36,8 +32,35 @@
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
confetti = {
url = "git+https://git.wastring.com/fw/confetti?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
};
powershell-es = {
url = "git+https://git.wastring.com/fw/powershell-es?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
};
bbk = {
url = "git+https://git.wastring.com/fw/bbk?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
};
wedding = {
url = "git+ssh://git@github.com/fwastring/wedding.git?ref=simplify-static-html";
inputs.nixpkgs.follows = "nixpkgs";
};
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-azure-cli.url = "github:NixOS/nixpkgs/nixos-24.11";
};
outputs =