nix-conf/home-modules/default.nix

14 lines
124 B
Nix
Raw Normal View History

{ self, ... }:
{
imports = [
./common
./direnv
./firefox
./git
2024-04-18 16:12:00 +02:00
./gpg
2024-01-14 21:11:06 +01:00
./nushell
2024-07-13 22:43:44 +02:00
./sway
];
}