formated most nix funciton inputs

This commit is contained in:
William 2024-10-01 11:13:57 -03:00
parent 702d0f195b
commit 89c8784d49
48 changed files with 88 additions and 340 deletions

View file

@ -1,10 +1,4 @@
{
inputs,
config,
pkgs,
lib,
...
}:
{ pkgs, ... }:
{
boot = {

View file

@ -1,10 +1,4 @@
{
inputs,
config,
pkgs,
lib,
...
}:
{ ... }:
{
hardware = {

View file

@ -1,6 +1,4 @@
{
...
}:
{ ... }:
{
home-manager = {

View file

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}:
{ ... }:
{
environment.persistence.main = {

View file

@ -1,10 +1,4 @@
{
inputs,
config,
pkgs,
lib,
...
}:
{ inputs, ... }:
{
environment.etc."channels/nixpkgs".source = inputs.nixpkgs.outPath;

View file

@ -1,10 +1,4 @@
{
inputs,
config,
pkgs,
lib,
...
}:
{ pkgs, ... }:
let
kdepkgs = with pkgs.kdePackages; [
ark

View file

@ -2,7 +2,6 @@
inputs,
config,
pkgs,
lib,
...
}:

View file

@ -1,10 +1,4 @@
{
inputs,
config,
pkgs,
lib,
...
}:
{ ... }:
{
environment.sessionVariables = rec {

View file

@ -1,10 +1,4 @@
{
inputs,
config,
pkgs,
lib,
...
}:
{ ... }:
{
virtualisation = {

View file

@ -1,9 +1,4 @@
{
config,
lib,
pkgs,
...
}:
{ ... }:
{
boot.initrd.systemd.services.recreate-root = {

View file

@ -1,10 +1,4 @@
{
inputs,
config,
pkgs,
lib,
...
}:
{ pkgs, ... }:
let
qubesnsh = pkgs.writeTextFile {