flake cleanup and iso tweaks

This commit is contained in:
Rouven Seifert 2023-05-05 16:17:31 +02:00
parent 5cdb4af753
commit 6be5f6a151
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 31 additions and 36 deletions

View file

@ -1,13 +1,24 @@
{
description = "My nix setup";
inputs = {
nixpkgs = {
url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:nixos/nixos-hardware";
impermanence.url = "github:nix-community/impermanence";
nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware = {
url = "github:nixos/nixos-hardware";
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs = {
@ -15,27 +26,8 @@
};
};
impermanence = {
url = "github:nix-community/impermanence";
};
nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-colors = {
url = "github:Misterio77/nix-colors";
};
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprland = {
url = "github:hyprwm/Hyprland/";
};
nix-colors.url = "github:Misterio77/nix-colors";
hyprland.url = "github:hyprwm/Hyprland/";
purge = {
url = "github:therealr5/purge";