mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
Nyx: misc packages & fix nerdfonts
This commit is contained in:
parent
e63f047344
commit
5c4c73eda2
1 changed files with 9 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
||||||
# forceImportRoot = false;
|
# forceImportRoot = false;
|
||||||
# package = pkgs.zfs_unstable;
|
# package = pkgs.zfs_unstable;
|
||||||
# };
|
# };
|
||||||
kernelPackages = pkgs.linuxPackages_zen;
|
kernelPackages = pkgs.linuxPackages_6_12;
|
||||||
kernel = { sysctl = { "vm.max_map_count" = 2147483642; }; };
|
kernel = { sysctl = { "vm.max_map_count" = 2147483642; }; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -169,7 +169,7 @@
|
||||||
warn-dirty = false;
|
warn-dirty = false;
|
||||||
use-xdg-base-directories = true;
|
use-xdg-base-directories = true;
|
||||||
trusted-users = [ "@wheel" "pingu" "root" ];
|
trusted-users = [ "@wheel" "pingu" "root" ];
|
||||||
trusted-substituters = [
|
substituters = [
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
"https://nixpkgs-unfree.cachix.org"
|
"https://nixpkgs-unfree.cachix.org"
|
||||||
"https://hyprland.cachix.org/"
|
"https://hyprland.cachix.org/"
|
||||||
|
@ -217,10 +217,10 @@
|
||||||
sops
|
sops
|
||||||
cloudflared
|
cloudflared
|
||||||
inputs.zen-browser.packages."${pkgs.system}".specific
|
inputs.zen-browser.packages."${pkgs.system}".specific
|
||||||
cava
|
# cava
|
||||||
socat
|
socat
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
btop
|
btop-rocm
|
||||||
rocmPackages.rocm-smi
|
rocmPackages.rocm-smi
|
||||||
hyprcursor
|
hyprcursor
|
||||||
grimblast
|
grimblast
|
||||||
|
@ -236,6 +236,7 @@
|
||||||
gcc
|
gcc
|
||||||
ripgrep
|
ripgrep
|
||||||
clang
|
clang
|
||||||
|
ninja
|
||||||
go
|
go
|
||||||
lua
|
lua
|
||||||
lua-language-server
|
lua-language-server
|
||||||
|
@ -267,6 +268,9 @@
|
||||||
imagemagick
|
imagemagick
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
mission-center
|
mission-center
|
||||||
|
nix-output-monitor
|
||||||
|
speedcrunch
|
||||||
|
geogebra
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
@ -275,7 +279,7 @@
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
nerdfonts
|
nerd-fonts.symbols-only
|
||||||
google-fonts
|
google-fonts
|
||||||
material-symbols
|
material-symbols
|
||||||
material-icons
|
material-icons
|
||||||
|
|
Loading…
Reference in a new issue