mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
refactor flake for stupid reasons
This commit is contained in:
parent
ddad828ab0
commit
93c349d5bd
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
description = "Flake for nixos configurations";
|
description = "Flake to manage my nixos machines";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
agenix.url = "github:ryantm/agenix";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = github:nix-community/home-manager;
|
url = github:nix-community/home-manager;
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -11,7 +12,6 @@
|
|||||||
url = "git+https://github.com/Jovian-Experiments/Jovian-NixOS?ref=development";
|
url = "git+https://github.com/Jovian-Experiments/Jovian-NixOS?ref=development";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
agenix.url = "github:ryantm/agenix";
|
|
||||||
hyprland.url = "github:hyprwm/Hyprland";
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
hyprland-contrib = {
|
hyprland-contrib = {
|
||||||
url = "github:hyprwm/contrib";
|
url = "github:hyprwm/contrib";
|
||||||
@ -22,11 +22,11 @@
|
|||||||
outputs = inputs @ { self, nixpkgs, home-manager, jovian-nixos, agenix, hyprland, ... }:
|
outputs = inputs @ { self, nixpkgs, home-manager, jovian-nixos, agenix, hyprland, ... }:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
user = "tstarr";
|
||||||
|
lib = nixpkgs.lib;
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
};
|
};
|
||||||
lib = nixpkgs.lib;
|
|
||||||
user = "tstarr";
|
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
kestrel = lib.nixosSystem {
|
kestrel = lib.nixosSystem {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user