mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-23 19:22:43 +00:00
nix: Add sdcv
This commit is contained in:
parent
608cd05802
commit
a9d8bcb500
16 changed files with 267 additions and 112 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
kitty
|
||||
ghostty
|
||||
alacritty
|
||||
|
|
@ -11,8 +12,10 @@
|
|||
pcloud
|
||||
telegram-desktop
|
||||
steam
|
||||
jetbrains.idea-ultimate
|
||||
jetbrains.rider
|
||||
(jetbrains.idea-ultimate.override {
|
||||
vmopts = ''-Dawt.toolkit.name=WLToolkit'';})
|
||||
(jetbrains.rider.override {
|
||||
vmopts = ''-Dawt.toolkit.name=WLToolkit'';})
|
||||
warp-terminal
|
||||
# clash-verge-rev
|
||||
haruna
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue