move modules out

This commit is contained in:
waveringana 2025-06-04 03:02:32 -04:00
parent 6c910125f7
commit ab9955e681
10 changed files with 18 additions and 20 deletions

16
common/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
fastfetch
hyfetch
sway-contrib.grimshot
discord
];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
}