remove impermanence, too unstable
This commit is contained in:
parent
c30546f0b3
commit
3294b086e7
4 changed files with 5 additions and 55 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue