nix-conf/home-modules/default.nix

15 lines
136 B
Nix
Raw Permalink 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
2024-07-16 22:04:08 +02:00
./users
];
}