Cachyos kernel
This commit is contained in:
parent
260b30b623
commit
19a3ef281c
5 changed files with 190 additions and 42 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue