nixos/home/system/laptop.nix
2024-06-14 10:00:54 +02:00

13 lines
132 B
Nix

{
imports = [
./git
./dunst
./hyprland
./shell
./sops/laptop.nix
./waybar
./wlogout
./wofi
];
}