cleanup of configuration.nix
This commit is contained in:
parent
cf92b482d7
commit
4001f0387d
2 changed files with 5 additions and 21 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue