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