Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jun 8, 2024
1 parent 178cf4f commit a50fac1
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 165 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 0 additions & 84 deletions home-manager/nixpkgs/tmux-sixel/default.nix

This file was deleted.

87 changes: 19 additions & 68 deletions home-manager/packages/basic.nix
Original file line number Diff line number Diff line change
@@ -1,91 +1,50 @@
{ pkgs }:
let
tmux-sixel = pkgs.callPackage ../nixpkgs/tmux-sixel { };
ecspresso = pkgs.callPackage ../nixpkgs/ecspresso { };
isucrud = pkgs.callPackage ../nixpkgs/isucrud { };
mitamae = pkgs.callPackage ../nixpkgs/mitamae { };
in with pkgs; [
# for language
php83
nodejs

# for language specific
gopls
gotools
hadolint
nixfmt-classic
roswell
shellcheck

# for language server
ccls
haskell-language-server
jsonnet-language-server
nil
nodePackages_latest.bash-language-server
typescript
nodePackages_latest.typescript-language-server
nodePackages_latest.vim-language-server
phpactor
nodePackages_latest.intelephense
rubyPackages.solargraph
terraform-ls
yaml-language-server

# for gnupg
pinentry-emacs
gnupg

with pkgs; [
# for essential tools
bat
bottom
csvq
devbox
direnv
du-dust
exiftool
extract_url
eza
fd
fzf
gh
ghq
git
gitflow
jq
gnupg
nkf
openssl
peco
pv
ripgrep
rlwrap
tig
tmux-sixel
tmux
tokei
tree
unixtools.procps
unixtools.watch
wget

# for query
csvq
jq
yq

# for git
ghq
git
tig

# for util tools
awscli
ecspresso
exiftool
ffmpeg
gibo
graphviz
hub
iftop
imagemagick
isucrud
mitamae
ncurses
neofetch
offlineimap
silicon

# for network tools
bottom
speedtest-cli
tcpdump

# for pass
# for password tools
pwgen
(pass.withExtensions (extensions: with extensions; [ pass-otp ]))

Expand All @@ -98,24 +57,16 @@ in with pkgs; [

# for shell
fish
zx

# for DB
redis
mysql
sqlite
sqldef

# for jokes
asciiquarium
cmatrix
sl
silicon
genact
sl

# for ai
ollama

# for tmp
heroku
]
3 changes: 2 additions & 1 deletion home-manager/packages/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ with pkgs; [
terminal-notifier

# for emacs
emacs-git
mu
emacs-git
pinentry-emacs
emacsPackages.mu4e
]
3 changes: 1 addition & 2 deletions home-manager/packages/nixos/default.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{ pkgs }:
with pkgs; [
pinentry-curses

# for emacs
emacs-git
mu
pinentry-emacs
emacsPackages.mu4e
]
2 changes: 1 addition & 1 deletion nix-darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Hour = 9;
Minute = 0;
};
options = "--delete-older-than 7d";
options = "--delete-older-than 3d";
};
settings.experimental-features = "nix-command flakes";
};
Expand Down

0 comments on commit a50fac1

Please sign in to comment.