Misc: Add nixfmt-tree and run nix fmt

This commit is contained in:
2026-07-30 15:03:14 +02:00
parent 3831cc1540
commit b0a83e2ad5
29 changed files with 200 additions and 132 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{ inputs, ... }: {
flake.modules.homeManager.backlight = { pkgs, ... }:
flake.modules.homeManager.backlight =
{ pkgs, ... }:
let
brightnessctl = "${pkgs.brightnessctl}/bin/brightnessctl";
in
+6 -5
View File
@@ -1,10 +1,11 @@
{
flake.modules.homeManager.borgmatic =
{ config
, osConfig
, pkgs
, lib
, ...
{
config,
osConfig,
pkgs,
lib,
...
}:
let
hostname = osConfig.networking.hostName;
+5 -5
View File
@@ -1,7 +1,7 @@
{
flake.modules.nixos.networkmanager = {
networking.networkmanager = {
enable = true;
};
};
flake.modules.nixos.networkmanager = {
networking.networkmanager = {
enable = true;
};
};
}