1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-03-01 20:50:55 +01:00
nixos-config/users/rouven/modules/default.nix

19 lines
240 B
Nix

{ config, pkgs, ... }:
{
imports =
[
./accounts
./alacritty
./fzf
./git
./gpg
./hyprland
./neovim
./ssh
./tmux
./vifm
./theme
./zsh
./packages.nix
];
}