1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-02-25 00:51:34 +01:00
parent ee100f5496
commit 4fd2988a50
4 changed files with 21 additions and 14 deletions

View file

@ -2,7 +2,7 @@
description = "My NixOS configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:K900/nixpkgs/plasma-6";
hardware.url = "github:NixOS/nixos-hardware";
impermanence.url = "github:nix-community/impermanence";
agenix.url = "github:ryantm/agenix";
@ -16,7 +16,7 @@
nixpkgs.lib.genAttrs supportedSystems (system: f (import nixpkgs {inherit system;}));
mkSystem = name: class:
inputs.nixpkgs.lib.nixosSystem {
nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
inputs.impermanence.nixosModules.impermanence