mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
nix-ld
This commit is contained in:
parent
2cfb136270
commit
014de5c5fe
4 changed files with 11 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
# core config and packages
|
||||
../../modules/nixos
|
||||
../../modules/nixos/core/nix-ld.nix
|
||||
|
||||
# this is a laptop
|
||||
../../modules/nixos/desktop
|
||||
|
|
|
|||
8
nixcfgs/modules/nixos/core/nix-ld.nix
Normal file
8
nixcfgs/modules/nixos/core/nix-ld.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
stdenv.cc.cc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
evince # Document Viewer (Legacy)
|
||||
totem # GNOME Videos (legacy)
|
||||
papers # Document Viewer
|
||||
tour
|
||||
gnome-tour
|
||||
baobab # Disk Usage Analyzer, use dust instead
|
||||
epiphany # GNOME Web
|
||||
];
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@
|
|||
trash-cli
|
||||
aria2
|
||||
gocryptfs
|
||||
uv
|
||||
]
|
||||
++ (
|
||||
if pkgs.stdenv.isDarwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue