Reset from zero
This commit is contained in:
commit
7520235965
46 changed files with 1783 additions and 0 deletions
6
home-manager/noe/hosts/noe-air.nix
Normal file
6
home-manager/noe/hosts/noe-air.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../common
|
||||
../common/home-user.nix
|
||||
];
|
||||
}
|
6
home-manager/noe/hosts/thonkpad.nix
Normal file
6
home-manager/noe/hosts/thonkpad.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }: {
|
||||
imports = [
|
||||
../common
|
||||
../common/home-user.nix
|
||||
];
|
||||
}
|
6
home-manager/noe/hosts/work-mac.nix
Normal file
6
home-manager/noe/hosts/work-mac.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
username: {
|
||||
imports = [
|
||||
../common
|
||||
../common/work-user.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue