FINALLY working
This commit is contained in:
parent
0fc9fcc9ba
commit
36bfc54d6a
9 changed files with 83 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue