mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 09:50:14 +08:00
more refactor
This commit is contained in:
parent
faa9878038
commit
027e07427b
1 changed files with 9 additions and 11 deletions
|
|
@ -19,18 +19,16 @@
|
|||
};
|
||||
})
|
||||
];
|
||||
other-people.imports = [
|
||||
other-people = {
|
||||
# Temporarily sharing with Uday.
|
||||
{
|
||||
users.users.uday.isNormalUser = true;
|
||||
home-manager.users."uday" = {
|
||||
imports = [
|
||||
self.homeModules.common-linux
|
||||
../home/git.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
users.users.uday.isNormalUser = true;
|
||||
home-manager.users."uday" = {
|
||||
imports = [
|
||||
self.homeModules.common-linux
|
||||
../home/git.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
myself = {
|
||||
home-manager.users.${config.people.myself} = { pkgs, ... }: {
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue