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

View File

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