update flake

This commit is contained in:
Gabriella Bere 2025-05-19 18:40:30 +01:00
parent 9bb1c12f35
commit a86371252b
2 changed files with 57 additions and 75 deletions

View file

@ -17,30 +17,32 @@
# Declarative flatpak management, documentation states overriding nixpkgs is not supported
nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=latest";
# Nixvim neovim distro for easier nixified configuration
# Easy Nix-based neovim config
nvf = {
url = "github:notashelf/nvf";
inputs.nixpkgs.follows = "nixpkgs";
};
# Disk partitioning
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
# An-anime-game-launcher
aagl = {
url = "github:ezKEa/aagl-gtk-on-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# NixOS Secure Boot
lanzaboote = {
url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";
};
# Useful flake for satusfactory server config in nix
satisfactory-server = {
url = "github:nekowinston/satisfactory-server-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
# Automatic themeing (using home-manager module)
stylix.url = "github:danth/stylix";
musnix.url = "github:musnix/musnix";