nixcfg/modules/desktop/core.nix
2025-06-01 01:27:21 -04:00

16 lines
302 B
Nix

{ config, pkgs, system, lib, inputs, ... }:
{
environment.systemPackages = with pkgs; [
ghostty
kitty
vscode
inputs.zen-browser.packages."${system}".default
neofetch
fastfetch
sway-contrib.grimshot
discord
];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}