Files
nixos-conf/home/packages/sway/sway.nix
autumn 34a4dc54f7
Some checks failed
Test Flake / test_flake (push) Failing after 37s
Test Flake / dry_build (push) Failing after 28s
Update Flake / update_flake (push) Successful in 22s
yukigekko sync
2026-02-03 11:24:18 -07:00

15 lines
109 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
];
programs. = {
enable = true;
};
}