home: Extract emacs related config to module
This commit is contained in:
parent
e9b9a996e8
commit
16fcc510f6
10 changed files with 651 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, inputs, ... }:
|
||||
let electron-overlay = final: prev: { electron = final.electron_25; };
|
||||
in {
|
||||
imports = [{ nixpkgs.overlays = [ inputs.emacs.overlay ]; }];
|
||||
imports = [ ];
|
||||
|
||||
users.users."alex" = {
|
||||
isNormalUser = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue