deadnix -e

This commit is contained in:
Vinzenz Schroeter 2025-03-17 19:06:47 +01:00
parent 638bcfdc3f
commit e8762f575f
14 changed files with 12 additions and 15 deletions

View file

@ -22,11 +22,9 @@
outputs =
{
self,
nixpkgs,
home-manager,
lix-module,
nixos-hardware,
niri,
}:
let

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
config.programs.zsh = {
initExtra = ''

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
# uncomment for build check on non arm system (requires --impure)
# nixpkgs.buildPlatform = builtins.currentSystem;

View file

@ -1,4 +1,4 @@
{ lib, modulesPath, ... }:
{ modulesPath, ... }:
{
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
# uncomment for build check on non arm system (requires --impure)
# nixpkgs.buildPlatform = builtins.currentSystem;

View file

@ -1,4 +1,4 @@
{ lib, modulesPath, ... }:
{ modulesPath, ... }:
{
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, ... }:
{
security.acme = {
acceptTerms = true;

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
imports = [ ./nginx.nix ];

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
imports = [
./hardware.nix

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
config = {
services = {

View file

@ -1,7 +1,6 @@
{
lib,
pkgs,
config,
...
}:
{

View file

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

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
config = {
services = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
config = {
hardware.graphics = {