This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
nil/modules/applications/default.nix

19 lines
275 B
Nix
Raw Normal View History

2021-12-13 06:13:05 +00:00
{ config, pkgs, ... }: {
2022-03-06 17:22:19 +00:00
imports = [
./1password.nix
2022-03-27 02:03:16 +00:00
./dunst.nix
2022-04-25 02:26:21 +00:00
./emacs.nix
2022-03-06 17:22:19 +00:00
./firefox.nix
2022-04-27 04:31:12 +00:00
./gammastep.nix
2022-03-06 17:22:19 +00:00
./gnome-common.nix
2022-04-25 02:26:21 +00:00
./kdeconnect.nix
2022-03-06 17:22:19 +00:00
./kitty.nix
2022-05-22 23:35:16 +00:00
./media.nix
2022-03-06 17:22:19 +00:00
./nextcloud.nix
2022-03-24 23:47:26 +00:00
./spotify.nix
./zeal.nix
./i3
2022-03-06 17:22:19 +00:00
];
2021-12-13 06:13:05 +00:00
}