lots of updates, ruby, 23.11

This commit is contained in:
lotte 2023-12-06 13:05:54 +01:00
parent 0a1a056fd5
commit 719fe2498b
2 changed files with 18 additions and 11 deletions

View File

@ -12,10 +12,14 @@
nixpkgs.config.permittedInsecurePackages = [
"python-2.7.18.6"
"electron-22.3.27"
# "electron-16.2.3"
];
networking.hostName = "queer-utopia";
programs.dconf.enable = true;
services.gnome.evolution-data-server.enable = true;
# Bootloader.
boot.loader.systemd-boot.enable = true;
@ -234,29 +238,31 @@
# audio
pavucontrol
# email
gnome.geary
libsForQt5.kmail
# pdf
#evince
# calendar
gnome.gnome-calendar
#progaming
git
unstable.helix
godot-export-templates
godot
godot_4
nodejs
python310
mold
ruby
#cope
arduino
# rust
rustup
llvmPackages_rocm.clang
llvmPackages_rocm.llvm
rocmPackages.llvm.clang
rocmPackages.llvm.llvm
llvmPackages.bintools
libclang
#language servers
rust-analyzer
rubyPackages.solargraph
rubocop
rufo
lldb #not a langage server but w/e
nodePackages.vscode-langservers-extracted
unstable.typst-lsp
@ -311,12 +317,14 @@
flatpak
mpv
# xfce.ristretto
ffmpeg
ffmpeg-full
# messageing n shit
ungoogled-chromium
discord
telegram-desktop
session-desktop
element-desktop
#essentials
syncthing
@ -341,7 +349,6 @@
xfce.mousepad
xdotool
audacity
teams
playerctl
gnome.adwaita-icon-theme
tela-circle-icon-theme
@ -355,7 +362,7 @@
#Fonts
fonts = {
fonts = with pkgs; [
packages = with pkgs; [
mononoki
monocraft
noto-fonts

View File

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.05";
nixpkgs.url = "nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
supercolor.url = github:zoe-bat/supercolor;
kaokao.url = github:zoe-bat/kaokao;