add comments on hardware

This commit is contained in:
insects 2024-08-09 13:14:30 +02:00
parent b688a738d0
commit 2c88de8996
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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...
} }