JJ config

This commit is contained in:
Nathan Braswell
2025-10-27 22:14:11 -04:00
parent f6040886f1
commit ec3c43a20a
3 changed files with 12 additions and 5 deletions

View File

@@ -27,7 +27,7 @@
# Specify your home configuration modules here, for example,
# the path to your home.nix.
modules = [
((import ./home.nix) { username = "nbraswell6"; homeDirectory = "/home/nbraswell6";})
((import ./home.nix) { username = "nbraswell6"; homeDirectory = "/home/nbraswell6"; backgroundImg = "/home/nbraswell6"; email = "nathan.braswell@gtri.gatech.edu"; })
#niri.nixosModules.niri
niri.homeModules.niri
];