Remove unused bindings from common jay config.

This commit is contained in:
jay
2025-07-12 13:46:39 -04:00
parent 04d52e047b
commit 64390aec8a
14 changed files with 15 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
{ config, pkgs, inputs, lib, ... }:
{ pkgs, inputs, ... }:
{
# Home Manager needs a bit of information about you and the paths it should
# manage.
# manag:e.
home.username = "jay";
home.homeDirectory = "/home/jay";