testing claude code and niri wm on laptop
This commit is contained in:
parent
3715e542b2
commit
0465c56305
4 changed files with 29 additions and 12 deletions
|
@ -1,19 +1,11 @@
|
|||
# Common Emacs Configuration
|
||||
# Shared Emacs setup for all machines
|
||||
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# System-wide Emacs configuration
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
# Emacs packages and configuration
|
||||
# System-wide Emacs installation
|
||||
environment.systemPackages = with pkgs; [
|
||||
emacs
|
||||
# Basic Emacs utilities
|
||||
|
@ -25,4 +17,4 @@
|
|||
EDITOR = "emacs";
|
||||
VISUAL = "emacs";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue