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
James Patrick 3285dbdd7b Removed sway.
I've run into a few to many UI issue. I've been using sway for a while,
but & it has gotten a lot better, but its still kind of rough around the
edges in some spots. I may switch back at some time in the future.
2022-07-12 22:41:23 -04:00

19 lines
275 B
Nix

{ config, pkgs, ... }: {
imports = [
./1password.nix
./dunst.nix
./emacs.nix
./firefox.nix
./gammastep.nix
./gnome-common.nix
./kdeconnect.nix
./kitty.nix
./media.nix
./nextcloud.nix
./spotify.nix
./zeal.nix
./i3
];
}