mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 21:50:33 +01:00
28 lines
343 B
Nix
28 lines
343 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
inputs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./nixvim.nix
|
|
./shell.nix
|
|
./firefox.nix
|
|
./dwl.nix
|
|
./wm.nix
|
|
./gtk.nix
|
|
./foot.nix
|
|
./qt.nix
|
|
./home-pkgs.nix
|
|
./git.nix
|
|
./rofi.nix
|
|
./spicetify.nix
|
|
./yazi.nix
|
|
./zoxide.nix
|
|
./sops.nix
|
|
./spotify-cli.nix
|
|
# ./ssh.nix
|
|
];
|
|
}
|