mirror of
https://github.com/blahai/nyx.git
synced 2025-06-07 16:23:02 -04:00
haipkgs
This commit is contained in:
parent
df80385d83
commit
172b530426
8 changed files with 71 additions and 142 deletions
|
@ -24,7 +24,6 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
# The essentials
|
||||
neovim
|
||||
disko
|
||||
parted
|
||||
git
|
||||
nixd
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
shell = pkgs.bash;
|
||||
packages = with pkgs; [
|
||||
floorp
|
||||
vesktop
|
||||
vesktop-git
|
||||
equibop
|
||||
element-desktop
|
||||
];
|
||||
|
@ -170,8 +170,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
overlays = [
|
||||
inputs.haipkgs.overlays.default
|
||||
];
|
||||
};
|
||||
nix = {
|
||||
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
|
||||
package = pkgs.lix;
|
||||
|
@ -188,6 +192,7 @@
|
|||
substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
"https://nixpkgs-unfree.cachix.org"
|
||||
"https://haipkgs.cachix.org"
|
||||
"https://hyprland.cachix.org"
|
||||
"https://anyrun.cachix.org"
|
||||
"https://wezterm.cachix.org"
|
||||
|
@ -195,6 +200,7 @@
|
|||
trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"nixpkgs-unfree.cachix.org-1:hqvoInulhbV4nJ9yJOEr+4wxhDV4xq2d1DK7S6Nj6rs="
|
||||
"haipkgs.cachix.org-1:AcjMqIafTEQ7dw99RpeTJU2ywNUn1h8yIxz2+zjpK/A="
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
|
||||
"wezterm.cachix.org-1:kAbhjYUC9qvblTE+s7S+kl5XM1zVa4skO+E/1IDWdH0="
|
||||
|
@ -235,7 +241,6 @@
|
|||
mpv
|
||||
age
|
||||
ssh-to-age
|
||||
sops
|
||||
inputs.zen-browser.packages."${pkgs.system}".default
|
||||
cava
|
||||
socat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue