Switch to using dotfiles

This commit is contained in:
2026-02-22 20:35:37 +00:00
parent 61d3def3b8
commit 2fd72496dc
24 changed files with 72 additions and 817 deletions

View File

@@ -1,37 +1,38 @@
{ pkgs, pkgs-unstable, ... }:
{
home.packages = [
pkgs.jetbrains.rider
pkgs.go
pkgs.lua
# pkgs.nodejs_22
pkgs.nodePackages.pnpm
(pkgs.python3.withPackages (python-pkgs: [
home.packages = with pkgs; [
jetbrains.rider
go
lua
nodePackages.pnpm
(python3.withPackages (python-pkgs: [
python-pkgs.pip
python-pkgs.requests
]))
pkgs.rustup
pkgs.zig
pkgs.obsidian
pkgs.thunderbird
pkgs.libreoffice-qt
pkgs.hunspell
pkgs.blueberry
pkgs.telegram-desktop
pkgs.steam
pkgs.steam-run
pkgs.yuzu-mainline
(pkgs.lutris.override {
rustup
zig
obsidian
thunderbird
libreoffice-qt
hunspell
blueberry
telegram-desktop
steam
steam-run
yuzu-mainline
(lutris.override {
extraPkgs = pkgs: [
pkgs.wineWowPackages.stable
pkgs.winetricks
wineWowPackages.stable
winetricks
];
})
pkgs.viewnior
viewnior
pkgs-unstable.hyprshot
pkgs.catppuccin-cursors.macchiatoBlue
pkgs.catppuccin-gtk
pkgs.papirus-folders
catppuccin-cursors.macchiatoBlue
catppuccin-gtk
papirus-folders
git
curl
];
}