mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
cleanup
This commit is contained in:
parent
63c7ccb2cb
commit
9ed6a3f16a
1 changed files with 1 additions and 1 deletions
|
|
@ -210,11 +210,11 @@
|
|||
home-manager.users.${userName} = { pkgs, ... }: {
|
||||
imports = [
|
||||
self.homeModules.common-darwin
|
||||
./home/shellcommon.nix
|
||||
(import ./home/git.nix {
|
||||
userName = "Sridhar Ratnakumar";
|
||||
userEmail = "srid@srid.ca";
|
||||
})
|
||||
./home/shellcommon.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue