Add initial lithium config

This commit is contained in:
Vili Sinervä 2024-07-11 16:43:26 +03:00
parent a985605a51
commit 2332182200
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

19
machine-confs/lithium.nix Normal file
View file

@ -0,0 +1,19 @@
{
config,
pkgs,
lib,
...
}:
{
networking = {
hostName = "lithium";
imports = [
../base.nix
../users/vili.nix
../desktop.nix
../development.nix
../services/redshift.nix
../hardware-specific/usb-automount.nix
];
}