mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
fix: fix arcadia build
This commit is contained in:
parent
ea8ff67b73
commit
2f030046aa
1 changed files with 1 additions and 11 deletions
|
@ -4,16 +4,6 @@
|
|||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
emacs-from-overlay = pkgs.emacsWithPackagesFromUsePackage {
|
||||
config = ../../../emacs-config/ReadMe.org;
|
||||
package = pkgs.emacs-igc;
|
||||
alwaysEnsure = true;
|
||||
alwaysTangle = true;
|
||||
extraEmacsPackages = epkgs: [ epkgs.exwm ];
|
||||
};
|
||||
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
|
@ -99,7 +89,7 @@ in
|
|||
services.xserver.windowManager.session = lib.singleton {
|
||||
name = "exwm";
|
||||
start = ''
|
||||
${emacs-from-overlay}/bin/emacs -l /home/julien/.emacs.d/exwm-config.el
|
||||
${pkgs.emacs}/bin/emacs -l /home/julien/.emacs.d/exwm-config.el
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue