add focalor

This commit is contained in:
waveringana 2025-06-01 01:27:21 -04:00
parent da440cb07a
commit 8be3e48a3c
9 changed files with 217 additions and 2 deletions

16
modules/desktop/core.nix Normal file
View file

@ -0,0 +1,16 @@
{ 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";
}