Cachyos kernel

This commit is contained in:
Aleksandr Lebedev 2025-07-26 18:21:44 +02:00
parent 260b30b623
commit 19a3ef281c
5 changed files with 190 additions and 42 deletions

View file

@ -1,4 +1,5 @@
{
config,
hwconfig,
inputs,
...
@ -11,7 +12,7 @@ in {
};
services.emacs = {
enable = true;
package = emacs;
package = config.programs.emacs.package;
startWithUserSession = true;
client.enable = true;
};