refactor: wayland module, move emacs path to emacs.nix, neovim to base
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Minimal — no GUI packages
|
||||
imports = [
|
||||
#
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
# server specific packages
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user