mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 14:43:59 +05:30
Fix nix lsps
This commit is contained in:
parent
2cd733ffd3
commit
62e39cced4
3 changed files with 6 additions and 3 deletions
|
|
@ -144,7 +144,6 @@ in {
|
|||
})
|
||||
fira-code
|
||||
nerd-fonts.fira-code
|
||||
nil
|
||||
];
|
||||
home.file.".config/emacs/init.el".source = ./init.el;
|
||||
home.file.".config/emacs/lib".source = ./lib;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,11 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
home.stateVersion = "22.11";
|
||||
home.packages = with pkgs; [
|
||||
nil nixd
|
||||
nixdoc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ in {
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
gitu nixd
|
||||
gitu
|
||||
];
|
||||
stylix.targets.zed.enable = true;
|
||||
programs.zed-editor.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue