diff --git a/configuration.nix b/configuration.nix index aa6131a..6d0d2c5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 diff --git a/flake.nix b/flake.nix index fcbadae..a90c54d 100644 --- a/flake.nix +++ b/flake.nix @@ -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;