nixos/home/system/laptop.nix
2024-06-14 13:44:30 +02:00

14 lines
144 B
Nix

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