Second commit
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
(inputs.flake-file.flakeModules.dendritic or { })
|
||||
(inputs.den.flakeModules.dendritic or { })
|
||||
(inputs.den.namespace "lux" true)
|
||||
];
|
||||
|
||||
# other inputs may be defined at a module using them.
|
||||
flake-file.inputs = {
|
||||
den.url = "github:vic/den";
|
||||
flake-file.url = "github:vic/flake-file";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.flake-file.flakeModules.nix-auto-follow
|
||||
];
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake-file.inputs.nix-wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules";
|
||||
lux.neovim.homeManager =
|
||||
{
|
||||
pkgs,
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake-file.inputs.niri.url = "github:sodiboo/niri-flake";
|
||||
|
||||
lux.niri = {
|
||||
nixos =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake-file.inputs.noctalia.url = "github:noctalia-dev/noctalia-shell";
|
||||
|
||||
lux.noctalia = {
|
||||
homeManager =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake-file.inputs.nvf.url = "github:notashelf/nvf";
|
||||
|
||||
lux.nvf = {
|
||||
homeManager =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake-file.inputs.disko.url = "github:nix-community/disko";
|
||||
|
||||
den.aspects.orion = {
|
||||
nixos =
|
||||
{ lib, ... }:
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{ inputs, den, ... }:
|
||||
{
|
||||
flake-file.inputs.nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
den.aspects.polaris = {
|
||||
includes = [ den.ful.lux.workstation ];
|
||||
nixos.imports = with inputs.nixos-hardware.nixosModules; [
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake-file.inputs.sops-nix.url = "github:Mic92/sops-nix";
|
||||
|
||||
den.default = {
|
||||
nixos =
|
||||
{ pkgs, ... }:
|
||||
|
||||
Reference in New Issue
Block a user