nixos-config/users/rouven/modules/default.nix

16 lines
191 B
Nix
Raw Normal View History

2022-12-19 15:45:59 +01:00
{ config, pkgs, ... }:
{
2022-12-19 18:01:40 +01:00
imports =
[
./alacritty
2022-12-20 13:25:36 +01:00
./awesome
2022-12-19 19:30:32 +01:00
./git
2022-12-19 20:03:25 +01:00
./kdeconnect
2022-12-20 13:25:36 +01:00
./neovim
./tmux
./vifm
./zsh
2022-12-19 19:30:32 +01:00
./packages.nix
2022-12-19 15:45:59 +01:00
];
}