mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
20 lines
255 B
Nix
20 lines
255 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports =
|
|
[
|
|
./accounts
|
|
./alacritty
|
|
./fzf
|
|
./git
|
|
./gpg
|
|
./hyprland
|
|
./kdeconnect #TODO fix
|
|
./neovim
|
|
./ssh
|
|
./tmux
|
|
./vifm
|
|
./zsh
|
|
./packages.nix
|
|
];
|
|
}
|