mirror of
https://github.com/JuLi0n21/publicConfig.git
synced 2026-06-05 03:16:30 +00:00
27 lines
342 B
Nix
27 lines
342 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
firefox
|
|
keepassxc
|
|
vscodium
|
|
spotify
|
|
cloudflared
|
|
nautilus
|
|
|
|
vesktop
|
|
signal-desktop
|
|
element-desktop
|
|
|
|
direnv
|
|
dbeaver-bin
|
|
jetbrains.idea
|
|
];
|
|
|
|
programs.obs-studio = {
|
|
enable = true;
|
|
};
|
|
|
|
documentation.nixos.enable = false;
|
|
}
|