os/system/lime/home.nix

13 lines
198 B
Nix
Raw Permalink Normal View History

2023-06-17 07:53:58 +02:00
{ ... }:
{
custom.gui = {
enable = true;
bar = {
network.wifi = "wlp0s20f3";
2023-06-17 17:41:19 +02:00
battery.name = "BAT0";
2023-06-17 07:53:58 +02:00
};
};
programs.iamb.enable = true;
2023-06-19 15:15:59 +02:00
home.stateVersion = "22.11";
2023-06-17 07:53:58 +02:00
}