mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
added the emacs server
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
040ee906d8
commit
d683bd04d2
2 changed files with 9 additions and 2 deletions
|
@ -203,8 +203,14 @@ in {
|
|||
# defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
||||
services.flatpak.enable = true;
|
||||
services.packagekit.enable = true;
|
||||
services = {
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = doom-emacs;
|
||||
};
|
||||
flatpak.enable = true;
|
||||
packagekit.enable = true;
|
||||
};
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ in {
|
|||
doom-emacs
|
||||
ripgrep
|
||||
w3m
|
||||
github-cli
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
|
|
Loading…
Reference in a new issue