diff --git a/workstation/configuration.org b/workstation/configuration.org index 0f96f8d..a2f8cf8 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -36,7 +36,7 @@ configurations. #+begin_src nix { config, lib, pkgs, ... }: let - version = "23.05"; + version = "23.11"; myEmail = "CaptainJawZ@outlook.com"; myName = "Danilo Reyes"; cpuArchitecture = "znver3"; @@ -431,7 +431,7 @@ goals is to create a workflow between this ecosystem of applications. #+begin_src nix godot_4 # game development -gdtoolkit # gdscript language server +# gdtoolkit # gdscript language server blender # cgi animation and sculpting gimp # the coolest bestest art program to never exist @@ -468,22 +468,22 @@ and wineWow are installed. # nixGaming.packages.${pkgs.hostPlatform.system}.wine-tkg # nixGaming.packages.${pkgs.hostPlatform.system}.wine-discord-ipc-bridge # vulkan-tools # needed? stuff for vulkan drivers I suppose -unstable.cartridges +cartridges heroic # install epic games gamemode # optimizes linux to have better gaming performance # grapejuice # roblox manager # minecraft # minecraft official launcher parsec-bin # remote gaming with friends protonup-qt # update proton-ge -unstable.ns-usbloader # load games into my switch +ns-usbloader # load games into my switch # emulators -unstable.rpcs3 # ps3 emulator -unstable.pcsx2 # ps2 emulator -unstable.cemu # wii u emulator -unstable.dolphin-emu # wii emulator -unstable.citra-nightly # 3Ds emulator -unstable.snes9x-gtk # snes emulator +rpcs3 # ps3 emulator +pcsx2 # ps2 emulator +cemu # wii u emulator +dolphin-emu # wii emulator +citra-nightly # 3Ds emulator +snes9x-gtk # snes emulator #+end_src *** PRODUCTIVITY @@ -497,7 +497,7 @@ newsflash # feed reader, syncs with nextcloud wike # gtk wikipedia wow! denaro # manage your finances furtherance # I made this one tehee track time utility -flowtime # competition to furtherance grrrr +# flowtime # competition to furtherance grrrr gnome.simple-scan # scanner #+end_src @@ -574,7 +574,7 @@ gdu # disk-space utility checker, somewhat useful du-dust # rusty du similar to gdu ripgrep # modern grep trash-cli # oop! did not meant to delete that -unstable.eza # like ls but with colors +eza # like ls but with colors gocryptfs # encrypted filesystem! shhh!!! rmlint # probably my favourite app, amazing dupe finder that integrates well with BTRFS @@ -636,6 +636,7 @@ pipenv # python development workflow for humans ghc # compiler cabal-install # haskell app manager stack # haskell took stack +# unstable.haskellPackages.ghcup # JS nodejs # not as bad as I thought @@ -1040,7 +1041,6 @@ services = { }; hardware.openrgb = { enable = true; - package = unstable.openrgb; motherboard = "amd"; }; openssh = { @@ -1132,7 +1132,6 @@ hardware = { }; opentabletdriver = { enable = true; - package = unstable.opentabletdriver; daemon.enable = false; }; opengl = {