Plasma 6
This commit is contained in:
parent
ee100f5496
commit
4fd2988a50
4 changed files with 21 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue