refactor: wayland module, move emacs path to emacs.nix, neovim to base

This commit is contained in:
2026-03-04 20:31:12 +01:00
parent 9cfbe1a050
commit b65ddebc66
6 changed files with 31 additions and 51 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
{ pkgs, ... }:
{
# Minimal — no GUI packages
imports = [
#
];
home.packages = with pkgs; [
neovim
# server specific packages
];
}