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

40 lines
624 B
Nix
Raw Permalink Normal View History

# SPDX-FileCopyrightText: 2020-2024 Simon Bruder <simon@sbruder.de>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
2020-12-05 19:19:45 +01:00
{
imports = [
2021-07-17 13:46:19 +02:00
./anki
2022-05-21 17:42:32 +02:00
./corectrl.nix
2023-06-02 11:42:59 +02:00
./easyeffects.nix
./foot.nix
2021-01-07 18:29:18 +01:00
./games.nix
./ghci.nix
2020-12-05 19:19:45 +01:00
./git.nix
./gpg.nix
2020-12-05 19:19:45 +01:00
./gtk.nix
./htop.nix
./librewolf.nix
2022-02-09 20:21:27 +01:00
./logitech.nix
2022-06-16 19:00:34 +02:00
./mail
2022-04-01 18:20:46 +02:00
./makemkv.nix
2020-12-05 19:19:45 +01:00
./misc.nix
./mpd.nix
./mpv
./neovim
./pass.nix
./programs.nix
2021-07-17 13:38:32 +02:00
./scripts
./sway
2021-02-18 16:37:45 +01:00
./tmate.nix
2020-12-05 19:19:45 +01:00
./vdirsyncer.nix
2022-07-17 13:51:22 +02:00
./watson.nix
2020-12-05 19:19:45 +01:00
./xcompose.nix
./xdg.nix
2021-02-08 20:40:54 +01:00
./youtube-dl.nix
2021-03-09 15:29:13 +01:00
./ytcc.nix
2020-12-05 19:19:45 +01:00
./zathura.nix
2021-07-17 13:41:15 +02:00
./zsh
2020-12-05 19:19:45 +01:00
];
}