cleanup w/ deadnix

This commit is contained in:
xunuwu 2024-03-17 11:26:16 +01:00
parent 4f169eeb84
commit 5ba1d810d4
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
27 changed files with 23 additions and 170 deletions

View file

@ -103,7 +103,7 @@ in {
};
flake.nixosConfigurations = let
l = inputs.nixpkgs.lib;
in (builtins.mapAttrs (n: v:
in (builtins.mapAttrs (_n: v:
l.nixosSystem {
inherit specialArgs;
modules = v.imports;

View file

@ -1,9 +1,4 @@
{
inputs,
modulesPath,
lib,
...
}: {
{...}: {
imports = [
./tools.nix
./sway.nix

View file

@ -1,7 +1,6 @@
{
pkgs,
inputs,
lib,
...
}: {
imports = [

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
boot = {
initrd = {
availableKernelModules = [