home/natto/ags: init
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
15
flake.nix
15
flake.nix
@@ -3,38 +3,51 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = github:nixos/nixpkgs/nixpkgs-unstable;
|
||||
|
||||
stable.url = github:nixos/nixpkgs/release-23.11;
|
||||
|
||||
flake-parts.url = github:hercules-ci/flake-parts;
|
||||
|
||||
home-manager = {
|
||||
url = github:nix-community/home-manager;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
mailserver = {
|
||||
url = gitlab:simple-nixos-mailserver/nixos-mailserver;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
filehost = {
|
||||
url = github:natto1784/simpler-filehost;
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nix-gaming.url = github:fufexan/nix-gaming;
|
||||
|
||||
nbfc = {
|
||||
url = github:nbfc-linux/nbfc-linux;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
emacs-overlay.url = github:nix-community/emacs-overlay;
|
||||
|
||||
nvim-overlay = {
|
||||
url = github:nix-community/neovim-nightly-overlay;
|
||||
};
|
||||
|
||||
hyprland = {
|
||||
type = "git";
|
||||
url = "https://github.com/hyprwm/Hyprland";
|
||||
submodules = true;
|
||||
};
|
||||
|
||||
hyprland-contrib = {
|
||||
url = github:hyprwm/contrib;
|
||||
};
|
||||
|
||||
agenix.url = github:ryantm/agenix;
|
||||
|
||||
ags.url = github:Aylur/ags;
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, ... }:
|
||||
|
Reference in New Issue
Block a user