Skip to content

Commit ff619db

Browse files
committed
update
1 parent 78655ea commit ff619db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/darwin/bundles/general.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
keyboard.remapCapsLockToEscape = true;
117117
};
118118

119+
system.primaryUser = "zshen";
120+
119121
# Dock
120122
system.defaults.dock = {
121123
autohide = true;

modules/shared/home-manager/features/stylix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{inputs, ...}: {
22
imports = [
33
../../stylix_common.nix
4-
inputs.stylix.homeManagerModules.stylix
4+
inputs.stylix.homeModules.stylix
55
];
66

77
stylix.targets = {

0 commit comments

Comments
 (0)