We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78655ea commit ff619dbCopy full SHA for ff619db
modules/darwin/bundles/general.nix
@@ -116,6 +116,8 @@
116
keyboard.remapCapsLockToEscape = true;
117
};
118
119
+ system.primaryUser = "zshen";
120
+
121
# Dock
122
system.defaults.dock = {
123
autohide = true;
modules/shared/home-manager/features/stylix.nix
@@ -1,7 +1,7 @@
1
{inputs, ...}: {
2
imports = [
3
../../stylix_common.nix
4
- inputs.stylix.homeManagerModules.stylix
+ inputs.stylix.homeModules.stylix
5
];
6
7
stylix.targets = {
0 commit comments