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