mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
Starship & Kernel & Packages changes
Checklog: 1. Return to `mainline` kernel. 2. Updated `starship` config (added symblos). 3. Added `lua` to packages. 4. Deleted `erlang` from packages.
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
|
||||
|
||||
# Linux Kernel
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_testing;
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager = {
|
||||
@@ -457,15 +457,13 @@
|
||||
mold
|
||||
gcc13
|
||||
jdk11
|
||||
gleam
|
||||
rebar3
|
||||
erlang
|
||||
go
|
||||
gopls
|
||||
delve
|
||||
(python311Full.withPackages(ps: with ps; [ pygobject3 gobject-introspection pyqt6-sip]))
|
||||
nodePackages_latest.nodejs
|
||||
bun
|
||||
lua
|
||||
zig
|
||||
numbat
|
||||
|
||||
|
Reference in New Issue
Block a user