foot, vintage fonts, scope operator
This commit is contained in:
parent
8d77e96d89
commit
5575604452
46 changed files with 803 additions and 702 deletions
|
@ -1,10 +1,11 @@
|
|||
let
|
||||
create = import ./util/create.nix;
|
||||
create = import ./lib/create.nix;
|
||||
in
|
||||
{
|
||||
nixosConfigurations = create.systems {
|
||||
quiver = {
|
||||
user = "bolt";
|
||||
username = "bolt";
|
||||
system = "x86_64-linux";
|
||||
imports = [
|
||||
./common
|
||||
./graphical
|
||||
|
@ -12,7 +13,8 @@ in
|
|||
];
|
||||
};
|
||||
adrift = {
|
||||
user = "plank";
|
||||
username = "plank";
|
||||
system = "x86_64-linux";
|
||||
imports = [
|
||||
./common
|
||||
./graphical
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue