removed dead code

This commit is contained in:
Luj 2024-03-30 20:18:12 +01:00
parent 5c4e6e83c2
commit fe5de12f3b
58 changed files with 60 additions and 66 deletions

View file

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

View file

@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ lib, modulesPath, ... }:
{
imports =

View file

@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }:
{ ... }:
{
luj.hmgr.julien = {
home.stateVersion = "22.11";