home-manager: use abbreviation for module

This commit is contained in:
wo2w 2026-02-14 17:05:21 -05:00
parent ad82940851
commit e24797c4c1
17 changed files with 21 additions and 18 deletions

View file

@ -46,7 +46,7 @@
environment.etc."Yubico/u2f_keys".text = "wo2w:5XpYBFyl+I7J2oecG9eUEhkEmYz9xc7Ne1ymjDBM6bwHbrlStj7u4f0aGn9AJUdCIDVp1VHSBGKj8YrLXXAZeg==,zOM9siNUxu7YTR1OFe2er263M2hLyYq1Ct1/7i/p4rimXzsH/fP5iVC4Etif1yxG/xrivKKyICeRvKr2BTv0DQ==,es256,+presence";
home-manager.users.wo2w = {
hm = {
imports = [
../../modules/home
];

View file

@ -49,7 +49,7 @@
# necessary to make the camera not look like the sun
environment.systemPackages = [ pkgs.cameractrls ];
home-manager.users.wo2w = {
hm = {
imports = [
../../modules/home
];