mirror of
https://github.com/blahai/nyx.git
synced 2025-06-25 12:37:01 -04:00
Fix packages & add ghostty
This commit is contained in:
parent
2d9b1f5df7
commit
ab60fb9fcb
9 changed files with 185 additions and 46 deletions
|
@ -75,10 +75,18 @@
|
|||
home.packages = with pkgs; [
|
||||
obsidian
|
||||
inputs.haivim.packages.${pkgs.system}.default
|
||||
mold
|
||||
clang
|
||||
];
|
||||
|
||||
home.sessionVariables = {EDITOR = "nvim";};
|
||||
|
||||
home.file.".cargo/config.toml".text = ''
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=${pkgs.mold}/bin/mold"]
|
||||
'';
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue