home/natto: split wayland.nix
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
{ config, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
password-store.enable = true;
|
||||
direnv.enable = true;
|
||||
};
|
||||
programs.direnv.enable = true;
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, inputs, lib, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
let
|
||||
emacs = pkgs.emacs-git-pgtk;
|
||||
configFile = ./config/emacs/config.org;
|
||||
|
Reference in New Issue
Block a user