472 current 2024-04-26 13:44:46 24.05.20240426.4c86138 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-26 13:44:49 -04:00
parent f4b1112a4c
commit f4923d1ff6
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
3 changed files with 254 additions and 60 deletions

View file

@ -23,6 +23,13 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lanzaboote = {
url = "github:nix-community/lanzaboote/v0.3.0";
# Optional but recommended to limit the size of your system closure.
inputs.nixpkgs.follows = "nixpkgs";
};
catppuccin.url = "github:catppuccin/nix";
hyprland = {
@ -42,18 +49,22 @@
kb-gui = {
url = "github:zackartz/kb-gui";
inputs.nixpkgs.follows = "nixpkgs";
};
waybar = {
url = "github:Alexays/Waybar";
inputs.nixpkgs.follows = "nixpkgs";
};
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
rio-term = {
url = "github:zackartz/rio";
inputs.nixpkgs.follows = "nixpkgs";
};
systems.url = "github:nix-systems/default";
@ -79,6 +90,7 @@
specialArgs = {inherit inputs;};
modules = [
./hosts/earth/configuration.nix
inputs.lanzaboote.nixosModules.lanzaboote
inputs.home-manager.nixosModules.default
];
};