add comments on hardware
This commit is contained in:
parent
b688a738d0
commit
2c88de8996
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# enoko is my framework 13-inch AMD laptop, running nixos
|
||||||
{ inputs, lib, pkgs, ... }: {
|
{ inputs, lib, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./global.nix
|
./global.nix
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# yukari is an arch-based (for now) distro running in Windows under WSL
|
||||||
|
# as such, it does not have or need a graphical shell
|
||||||
{ inputs, lib, pkgs, ... }: {
|
{ inputs, lib, pkgs, ... }: {
|
||||||
# nothing here yet...
|
# nothing here yet...
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue