3285dbdd7b
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.
19 lines
275 B
Nix
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
|
|
];
|
|
}
|