nix/home-manager/default.nix

11 lines
170 B
Nix
Raw Normal View History

2023-08-15 11:56:20 +02:00
{ config, pkgs, hostname, ... }: {
imports = [
./bash.nix
./btop.nix
./firefox.nix
./git.nix
./neovim.nix
2023-08-16 05:12:39 +02:00
./neofetch.nix
./kitty.nix
2023-08-15 11:56:20 +02:00
];
}