This commit is contained in:
mjallen18
2024-05-05 14:00:55 -05:00
parent 040cbfb1de
commit de45316414
5 changed files with 40 additions and 24 deletions

View File

@@ -17,8 +17,6 @@
url = "github:nix-community/lanzaboote/v0.3.0";
inputs.nixpkgs.follows = "nixpkgs";
};
gnome46.url = "github:NixOS/nixpkgs/gnome-46";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
@@ -34,7 +32,7 @@
};
outputs = { self, nixpkgs, nixpkgs-stable, chaotic, lanzaboote, impermanence, nix-flatpak, home-manager
, nixos-hardware, nix-darwin, nixos-apple-silicon, home-manager-stable, gnome46, nix-inspect, nixpkgs-unstable }@inputs:
, nixos-hardware, nix-darwin, nixos-apple-silicon, home-manager-stable, nix-inspect, nixpkgs-unstable }@inputs:
let
inherit (self) outputs;
in {
@@ -42,7 +40,7 @@ in {
nixosConfigurations = {
# Desktop
"matt-nixos" = gnome46.lib.nixosSystem {
"matt-nixos" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
impermanence.nixosModules.impermanence