Files
Nixos/hm-modules/shell/default.nix
T
Alexander Derevianko 2ed1f0163c Big omen laptop migration
2025-08-01 21:25:58 +02:00

9 lines
77 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./zsh
./addition
];
}