Reset from zero
This commit is contained in:
commit
7520235965
46 changed files with 1783 additions and 0 deletions
13
darwin/hosts/noe-air/default.nix
Normal file
13
darwin/hosts/noe-air/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
../../common.nix
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
users.users.noe = (import ../../user.nix) "noe" // {
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
home-manager.users.noe = import ../../../home-manager/noe/hosts/noe-air.nix;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue