Add impermanance module to flake.nix, move import back to nixy.
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
url = "github:gmodena/nix-flatpak/?ref=latest";
|
||||
};
|
||||
|
||||
impermanence-stable-nixos = {
|
||||
url = "github:nix-community/impermanence";
|
||||
};
|
||||
|
||||
sops-nix-stable-nixos = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs-stable-nixos";
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
inputs.stylix.nixosModules.stylix
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
./programs/emulation.nix
|
||||
./programs/firefox.nix
|
||||
./programs/fonts.nix
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
{
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
./hardware-configuration.nix
|
||||
./impermanence.nix
|
||||
./programs/streamcontroller.nix
|
||||
|
||||
Reference in New Issue
Block a user