dotfiles/home/by-host/endurance/niri/default.nix
Christopher Mühl bd0a03e7b8 Re-enable darwin builds
home-manager only for now
2026-01-30 12:10:31 +01:00

19 lines
231 B
Nix

{
inputs,
pkgs,
...
}: {
imports = [
inputs.niri.homeModules.niri
./settings.nix
./window-rules.nix
./keybinds.nix
./autostart.nix
./shell.nix
];
home.packages = with pkgs; [
fuzzel
];
}