tvl-depot/users/glittershark/system/home/machines/yeren.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
281 B
Nix
Raw Normal View History

{ pkgs, lib, config, ... }:
{
imports = [
../platforms/linux.nix
../modules/common.nix
];
# for when hacking
programs.home-manager.enable = true;
home.stateVersion = "20.03";
system.machine = {
wirelessInterface = "wlp0s20f3";
i3FontSize = 9;
};
}