mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
added the terminal
This commit is contained in:
parent
a170c028cf
commit
180a98fa25
5 changed files with 66 additions and 2 deletions
|
|
@ -19,6 +19,7 @@
|
|||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
myTerminal = pkgs.callPackage ./terminal/shell.nix { };
|
||||
|
||||
in
|
||||
{
|
||||
|
|
@ -34,5 +35,7 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
defaultPackage.x86_64-linux = myTerminal;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue