nixcfg/common/desktop/core.nix
2025-06-11 01:13:48 -04:00

16 lines
303 B
Nix
Executable file

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