remove impermanence, too unstable

This commit is contained in:
Xory 2025-10-28 17:37:03 +02:00
parent c30546f0b3
commit 3294b086e7
4 changed files with 5 additions and 55 deletions

View file

@ -5,11 +5,10 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable/";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
impermanence.url = "github:nix-community/impermanence";
};
outputs =
{ self, nixpkgs, impermanence, home-manager, ... } @ inputs:
{ self, nixpkgs, home-manager, ... } @ inputs:
let
system = "x86_64-linux";
username = "xory";
@ -20,7 +19,6 @@
modules = [
./hosts/${hostName}/configuration.nix
./hosts/${hostName}/hardware-configuration.nix
impermanence.nixosModules.impermanence
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;