Run deadnix

This commit is contained in:
2026-02-06 08:33:32 +01:00
parent ca87e7e130
commit ed890a9823
14 changed files with 14 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
programs.git = {
enable = true;

View File

@@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ pkgs, ... }:
{
programs.tmux = {
enable = true;

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
programs.zoxide = {
enable = true;