nix-dotfiles/hosts/xps16/home/default.nix

7 lines
110 B
Nix
Raw Normal View History

2024-12-04 23:00:57 +01:00
{ config, ... }:
2024-12-04 20:06:57 +01:00
{
home.stateVersion = "24.11";
2024-12-04 23:00:57 +01:00
programs.waybar.settings.mainBar.output = [ "eDP-1" ];
2024-12-04 20:06:57 +01:00
}