15 lines
195 B
Nix
15 lines
195 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./firefox.nix
|
|
./wezterm.nix
|
|
];
|
|
home.packages = with pkgs; [
|
|
neovide
|
|
bitwarden
|
|
otpclient
|
|
signal-desktop
|
|
fractal
|
|
libreoffice
|
|
];
|
|
}
|