trying to generalize names
This commit is contained in:
parent
4166de0850
commit
d1478d93c4
3 changed files with 67 additions and 59 deletions
10
systems/aurora.nix
Normal file
10
systems/aurora.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
# /etc/nixos/hardware-configuration.nix
|
||||
./user-jsutter.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue