update defaults
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user