cleanup of configuration.nix

This commit is contained in:
Charlie Root 2024-04-12 19:57:56 +02:00
commit 3016260981
2 changed files with 5 additions and 21 deletions

View file

@ -1,10 +1,7 @@
{
config,
inputs,
lib,
pkgs,
...
}: with lib; let
{ config, inputs, lib, pkgs, ... }:
with lib; let
cfg = config.myOptions.programs.hypr.land;
username = config.myOptions.other.system.username;
hmCfg = config.home-manager.users.${username};