Second commit

This commit is contained in:
2026-02-28 14:36:10 +01:00
parent 8110e8f10b
commit 1d7a6e0905
11 changed files with 50 additions and 115 deletions

View File

@@ -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";
};
}

View File

@@ -1,6 +0,0 @@
{ inputs, ... }:
{
imports = [
inputs.flake-file.flakeModules.nix-auto-follow
];
}

View File

@@ -1,6 +1,5 @@
{ inputs, ... }:
{
flake-file.inputs.nix-wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules";
lux.neovim.homeManager =
{
pkgs,

View File

@@ -1,7 +1,5 @@
{ inputs, ... }:
{
flake-file.inputs.niri.url = "github:sodiboo/niri-flake";
lux.niri = {
nixos =
{ pkgs, ... }:

View File

@@ -1,7 +1,5 @@
{ inputs, ... }:
{
flake-file.inputs.noctalia.url = "github:noctalia-dev/noctalia-shell";
lux.noctalia = {
homeManager =
{ pkgs, ... }:

View File

@@ -1,7 +1,5 @@
{ inputs, ... }:
{
flake-file.inputs.nvf.url = "github:notashelf/nvf";
lux.nvf = {
homeManager =
{ pkgs, ... }:

View File

@@ -1,7 +1,5 @@
{ inputs, ... }:
{
flake-file.inputs.disko.url = "github:nix-community/disko";
den.aspects.orion = {
nixos =
{ lib, ... }:

View File

@@ -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; [

View File

@@ -1,7 +1,5 @@
{ inputs, ... }:
{
flake-file.inputs.sops-nix.url = "github:Mic92/sops-nix";
den.default = {
nixos =
{ pkgs, ... }: