mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-10 04:45:04 +02:00
add nix-alien
This commit is contained in:
parent
c9be02ceeb
commit
3a2b090717
3 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,8 @@
|
|||
url = "github:mozilla/nixpkgs-mozilla";
|
||||
flake = false;
|
||||
};
|
||||
nix-alien.url = "github:thiagokokada/nix-alien";
|
||||
nix-ld.url = "github:Mic92/nix-ld/main";
|
||||
nvim-traxys = {
|
||||
url = "github:traxys/nvim-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -29,6 +31,7 @@
|
|||
({ pkgs, ... }: {
|
||||
nixpkgs.overlays = [
|
||||
inputs.nvim-traxys.overlay."${system}"
|
||||
inputs.nix-alien.overlay
|
||||
(import inputs.nixpkgs-mozilla)
|
||||
(final: prev: {
|
||||
})
|
||||
|
|
|
|||
1
home.nix
1
home.nix
|
|
@ -35,6 +35,7 @@ in
|
|||
unzip
|
||||
tokei
|
||||
gcc11
|
||||
nix-alien
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
};
|
||||
programs.adb.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
fonts.enableDefaultFonts = true;
|
||||
fonts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue