Compare commits
2 Commits
hyprland
...
bddff2d815
| Author | SHA1 | Date | |
|---|---|---|---|
| bddff2d815 | |||
| e5866f201d |
@@ -1,8 +1,8 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
doomSync = (let
|
|
||||||
emacs = pkgs.emacs;
|
emacs = pkgs.emacs;
|
||||||
|
doomSync = (let
|
||||||
git = pkgs.git;
|
git = pkgs.git;
|
||||||
in ''
|
in ''
|
||||||
export PATH=${emacs}/bin:${git}/bin:$PATH
|
export PATH=${emacs}/bin:${git}/bin:$PATH
|
||||||
@@ -58,7 +58,7 @@ in {
|
|||||||
|
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs;
|
package = emacs;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."doom" = {
|
xdg.configFile."doom" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user