update defaults

This commit is contained in:
mjallen18
2024-03-03 11:36:15 -06:00
parent a7b2463555
commit 58583a838e
6 changed files with 510 additions and 78 deletions

View File

@@ -4,6 +4,7 @@
inputs = {
# Common
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
# Desktop
nix-flatpak.url = "github:gmodena/nix-flatpak";
@@ -19,7 +20,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
};
outputs = { self, nixpkgs, lanzaboote, impermanence, nix-flatpak, home-manager
outputs = { self, nixpkgs, chaotic, lanzaboote, impermanence, nix-flatpak, home-manager
, nixos-hardware }@inputs: {
nixosConfigurations = {
# Desktop
@@ -31,6 +32,7 @@
nix-flatpak.nixosModules.nix-flatpak
./hosts/desktop/configuration.nix
./share/impermanence
chaotic.nixosModules.default
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;