nixos-config/home/modules/default.nix

28 lines
345 B
Nix
Raw Normal View History

{
config,
pkgs,
lib,
inputs,
...
}: {
imports = [
./nixvim.nix
./shell.nix
./firefox.nix
2024-09-18 20:43:39 +02:00
# ./dwl.nix
./wm.nix
./gtk.nix
2024-07-19 16:11:33 +02:00
./foot.nix
./qt.nix
./home-pkgs.nix
./git.nix
./rofi.nix
./spicetify.nix
./yazi.nix
./zoxide.nix
2024-07-03 17:52:10 +02:00
./sops.nix
2024-08-05 12:56:08 +02:00
./spotify-cli.nix
# ./ssh.nix
];
}