mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-03-03 19:32:09 +00:00
~
This commit is contained in:
parent
2888de2c4d
commit
98832fcfbf
6 changed files with 15 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../base.nix
|
../desktop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../base.nix
|
../desktop.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
meson # Open source, fast and friendly build system made in Python
|
meson # Open source, fast and friendly build system made in Python
|
||||||
nodejs_23 # Event-driven I/O framework for the V8 JavaScript engine
|
nodejs_23 # Event-driven I/O framework for the V8 JavaScript engine
|
||||||
pnpm # Fast, disk space efficient package manager for JavaScript
|
pnpm # Fast, disk space efficient package manager for JavaScript
|
||||||
python314 # High-level dynamically-typed programming language
|
python313 # High-level dynamically-typed programming language
|
||||||
vala # Compiler for GObject type system
|
vala # Compiler for GObject type system
|
||||||
## language servers
|
## language servers
|
||||||
mesonlsp # Meson
|
mesonlsp # Meson
|
||||||
|
@ -35,16 +35,17 @@
|
||||||
prismlauncher # Free, open source launcher for Minecraft
|
prismlauncher # Free, open source launcher for Minecraft
|
||||||
(retroarch.override { # Multi-platform emulator frontend for libretro cores
|
(retroarch.override { # Multi-platform emulator frontend for libretro cores
|
||||||
cores = with libretro; [
|
cores = with libretro; [
|
||||||
blastem # Sega Genesis
|
blastem # Sega Genesis
|
||||||
dosbox # MS-DOS
|
dosbox # MS-DOS
|
||||||
easyrpg # RPG Maker 2000/2003
|
easyrpg # RPG Maker 2000/2003
|
||||||
mame # Arcade
|
mame # Arcade
|
||||||
melonds # Nintendo DS
|
melonds # Nintendo DS
|
||||||
mesen
|
mesen # Nintendo Entertainment System
|
||||||
pcsx2 # PlayStation 2
|
mgba # Game Boy Advance
|
||||||
ppsspp # PlayStation Portable
|
pcsx2 # PlayStation 2
|
||||||
snes9x # Super Nintendo Entertainment System
|
ppsspp # PlayStation Portable
|
||||||
yabause # Sega Saturn
|
snes9x # Super Nintendo Entertainment System
|
||||||
|
yabause # Sega Saturn
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
steam-run # Run commands in the same FHS environment that is used for Steam
|
steam-run # Run commands in the same FHS environment that is used for Steam
|
||||||
|
@ -115,6 +116,7 @@
|
||||||
# misc
|
# misc
|
||||||
anki # Spaced repetition flashcard program
|
anki # Spaced repetition flashcard program
|
||||||
catppuccin-sddm # Soothing pastel theme for SDDM
|
catppuccin-sddm # Soothing pastel theme for SDDM
|
||||||
|
flips # Patcher for IPS and BPS files
|
||||||
unstable.kdePackages.kdenlive # Free and open source video editor, based on MLT Framework and KDE Frameworks
|
unstable.kdePackages.kdenlive # Free and open source video editor, based on MLT Framework and KDE Frameworks
|
||||||
kicad-small # Open Source Electronics Design Automation suite, without 3D models
|
kicad-small # Open Source Electronics Design Automation suite, without 3D models
|
||||||
mlt #! Open source multimedia framework, designed for television broadcasting (This is fucking stupid)
|
mlt #! Open source multimedia framework, designed for television broadcasting (This is fucking stupid)
|
||||||
|
|
BIN
secrets/desmos.gpg
Normal file
BIN
secrets/desmos.gpg
Normal file
Binary file not shown.
BIN
secrets/musicbrainz.gpg
Normal file
BIN
secrets/musicbrainz.gpg
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue