mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 21:33:11 +01:00
20 lines
252 B
Nix
20 lines
252 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports =
|
|
[
|
|
./accounts
|
|
./alacritty
|
|
./awesome
|
|
./flameshot
|
|
./fzf
|
|
./git
|
|
./kdeconnect
|
|
./neovim
|
|
./picom
|
|
./tmux
|
|
./vifm
|
|
./zsh
|
|
./packages.nix
|
|
];
|
|
}
|