lmao
This commit is contained in:
parent
7c34528ae3
commit
0f8cc8eb17
1 changed files with 3 additions and 3 deletions
|
@ -14,16 +14,15 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
# ues daemon
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
install = true;
|
||||
package = pkgs.emacs;
|
||||
};
|
||||
users.users.sako.packages = with pkgs; [
|
||||
# bro
|
||||
# direnv
|
||||
direnv
|
||||
# daemon lmao
|
||||
#emacs
|
||||
];
|
||||
home-manager.users.sako.home.file.".emacs.d" = {
|
||||
enable = true;
|
||||
|
@ -32,6 +31,7 @@ in {
|
|||
};
|
||||
fonts.fonts = with pkgs; [
|
||||
(nerdfonts.override {fonts = ["JetBrainsMono"];})
|
||||
jetbrains-mono
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue