mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
unfuck
This commit is contained in:
parent
b551adfdee
commit
79706045f4
1 changed files with 6 additions and 6 deletions
12
home.nix
12
home.nix
|
|
@ -15,8 +15,8 @@ rec {
|
|||
home.username = "srid";
|
||||
home.homeDirectory = "/home/srid";
|
||||
|
||||
imports = pkgs.lib.optional (!bare)
|
||||
inputs.nix-doom-emacs.hmModule;
|
||||
#imports = pkgs.lib.optional (!bare)
|
||||
# inputs.nix-doom-emacs.hmModule;
|
||||
|
||||
home.packages = with pkgs; lib.optionals (!bare) [
|
||||
gnumake
|
||||
|
|
@ -94,10 +94,10 @@ rec {
|
|||
'';
|
||||
};
|
||||
|
||||
doom-emacs = {
|
||||
enable = false;
|
||||
doomPrivateDir = ./config/doom.d;
|
||||
};
|
||||
#doom-emacs = {
|
||||
# enable = false;
|
||||
# doomPrivateDir = ./config/doom.d;
|
||||
#};
|
||||
|
||||
neovim = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue