FINALLY working

This commit is contained in:
vali 2024-04-10 19:42:28 +02:00
commit 36bfc54d6a
9 changed files with 83 additions and 36 deletions

View file

@ -1,9 +1,10 @@
{ config, inputs, pkgs, ... }:
let
username = config.myOptions.other.system.usermame;
username = config.myOptions.other.system.username;
in {
home-manager.users.${username} = {
home.packages = let
fenix = inputs.fenix.packages.${pkgs.system};
in with pkgs; [
pfetch