1
Fork 0
satellite/modules/applications/default.nix

31 lines
430 B
Nix
Raw Normal View History

2020-04-11 22:43:22 +02:00
{ ... }: {
2020-04-12 12:45:29 +02:00
imports = [
./git
./shells
2020-11-09 16:13:52 +01:00
# ./wakatime
2020-04-19 19:26:10 +02:00
./xmonad
2022-05-11 19:08:21 +02:00
./rofi
# ./xmodmap
2020-04-12 12:45:29 +02:00
2020-11-09 16:13:52 +01:00
# ./wine.nix
2022-02-14 18:26:54 +01:00
./kdeconnect.nix
2020-11-09 16:13:52 +01:00
./steam.nix
2021-07-18 01:58:38 +02:00
./docker.nix
2020-04-12 12:45:29 +02:00
./misc.nix
./zathura.nix
2022-08-11 12:21:41 +02:00
./discord.nix
2020-04-12 12:45:29 +02:00
./locale.nix
2020-11-09 16:13:52 +01:00
# ./memes.nix
2020-04-12 12:45:29 +02:00
./alacritty.nix
2021-07-18 01:58:38 +02:00
./postgres.nix
2022-01-30 20:19:35 +01:00
./neovim.nix
2022-03-08 10:25:05 +01:00
./tmux.nix
./kmonad.nix
./direnv.nix
2022-07-19 20:19:36 +02:00
# ./chromium.nix
2022-05-11 20:29:47 +02:00
./vieb.nix
2022-09-18 01:00:32 +02:00
./polybar.nix
2020-04-12 12:45:29 +02:00
];
2020-04-11 22:43:22 +02:00
}
2020-04-20 15:44:24 +02:00