chataingne nonsensenes
This commit is contained in:
@@ -124,6 +124,27 @@
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
curlFull
|
||||
gnutls
|
||||
libxrandr
|
||||
alsa-lib
|
||||
freetype
|
||||
avahi
|
||||
libglvnd
|
||||
curl
|
||||
SDL2
|
||||
hidapi
|
||||
libpulseaudio
|
||||
lz4
|
||||
openssl
|
||||
libcap
|
||||
libxcrypt
|
||||
libgcrypt
|
||||
libbsd
|
||||
];
|
||||
|
||||
# Local User
|
||||
users.users.user01 = {
|
||||
isNormalUser = true;
|
||||
@@ -172,10 +193,10 @@
|
||||
cava
|
||||
cmatrix
|
||||
swaynotificationcenter
|
||||
(input {
|
||||
package = "chataigne";
|
||||
output = "chataigne";
|
||||
})
|
||||
# (input {
|
||||
# package = "chataigne";
|
||||
# output = "chataigne";
|
||||
# })
|
||||
wlogout
|
||||
wpaperd
|
||||
kando
|
||||
@@ -285,67 +306,11 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
inputs.nvim-wrapped.packages.${stdenv.hostPlatform.system}.default
|
||||
# (pkgs.symlinkJoin {
|
||||
# name = "nvim-with-lsp";
|
||||
# paths = [ pkgs.neovim ];
|
||||
# buildInputs = [ pkgs.makeWrapper ];
|
||||
# postBuild = ''
|
||||
# export TREE_SITTER_LIB_PATH="/run/current-system/sw/lib"
|
||||
# wrapProgram $out/bin/nvim \
|
||||
# --prefix PATH : ${
|
||||
# pkgs.lib.makeBinPath [
|
||||
# # lsps
|
||||
# pkgs.lua-language-server
|
||||
# pkgs.vscode-langservers-extracted
|
||||
# pkgs.emmet-ls
|
||||
# pkgs.prettier
|
||||
# pkgs.black
|
||||
# pkgs.nixfmt
|
||||
# pkgs.nil
|
||||
# pkgs.python313Packages.python-lsp-server
|
||||
# pkgs.typescript-language-server
|
||||
# pkgs.tailwindcss-language-server
|
||||
# pkgs.stylua
|
||||
# pkgs.nixd
|
||||
#
|
||||
# # other shit
|
||||
# pkgs.lua5_1
|
||||
# pkgs.tree-sitter
|
||||
# pkgs.ripgrep
|
||||
# pkgs.gcc
|
||||
# pkgs.gnumake
|
||||
# pkgs.imagemagick
|
||||
# pkgs.luajitPackages.magick
|
||||
# pkgs.ghostscript
|
||||
# pkgs.luarocks
|
||||
# (pkgs.texlive.combine {
|
||||
# inherit (pkgs.texlive)
|
||||
# scheme-basic
|
||||
# varwidth
|
||||
# preview
|
||||
# mathtools
|
||||
# amsfonts
|
||||
# amscdx
|
||||
# xcolor
|
||||
# dvisvgm
|
||||
# dvipng # for preview and export as html
|
||||
# wrapfig
|
||||
# standalone
|
||||
# graphicxbox
|
||||
# amsmath
|
||||
# ulem
|
||||
# hyperref
|
||||
# capt-of
|
||||
# ;
|
||||
# })
|
||||
# ]
|
||||
# }
|
||||
# '';
|
||||
# })
|
||||
vim
|
||||
unzip
|
||||
python310 # Its python like come on
|
||||
usbutils
|
||||
curlWithGnuTls
|
||||
|
||||
# Graphics Drivers
|
||||
mesa
|
||||
@@ -364,6 +329,7 @@
|
||||
# Other things (from gnome)
|
||||
glib
|
||||
gnutls
|
||||
liblzf
|
||||
appimage-run
|
||||
libnotify
|
||||
gsettings-desktop-schemas
|
||||
|
||||
Reference in New Issue
Block a user