12 lines
166 B
Nix
12 lines
166 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
imports = [
|
|
../../windowManager/sway/default.nix
|
|
./alacritty.nix
|
|
./shell.nix
|
|
./git.nix
|
|
./tmux.nix
|
|
./mpd.nix
|
|
];
|
|
}
|