Compare commits

..

No commits in common. "94b2a83bc89509cca84c314fd7c1c9c63a7f56e1" and "f502ae1cf2033f37e122a543e247749be542d738" have entirely different histories.

3 changed files with 49 additions and 8 deletions

12
flake.lock generated
View File

@ -23,11 +23,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1661824092,
"narHash": "sha256-nSWLWytlXbeLrx5A+r5Pso7CvVrX5EgmIIXW/EXvPHQ=",
"lastModified": 1661573386,
"narHash": "sha256-pBEg8iY00Af/SAtU2dlmOAv+2x7kScaGlFRDjNoVJO8=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "5bd66dc6cd967033489c69d486402b75d338eeb6",
"rev": "d89bdff445eadff03fe414e9c30486bc8166b72b",
"type": "github"
},
"original": {
@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1661799568,
"narHash": "sha256-P3xXCyYfd6WzVC3anpb5ZvUeZ6vMttcs05OWGWvgc+E=",
"lastModified": 1661336769,
"narHash": "sha256-5Sf9tMd1Jdm+lTBGspbQ4kEoYCDKpUhEVAZHRcm6mGU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c3e4dc4f6d23c7e41dda5ce98956c75c7779e2fa",
"rev": "03428dbaaa23d6bf458770907b0927b377c873a8",
"type": "github"
},
"original": {

View File

@ -6,12 +6,33 @@
btop
cmake
drone-cli
tea
# Git
git
gh
mr
tea
# Elixir
elixir
# Golang
go
gomodifytags
gotests
gore
# Haskell
haskellPackages.haskell-language-server
# haskellPackages.cabal
haskellPackages.hoogle
stack
# Javascript/Typescript
# deno
jq
nodejs
yarn
# Nix
cachix
@ -19,6 +40,27 @@
nixfmt
nixpkgs-fmt
rnix-lsp
# Python
black
isort
pipenv
python39
python39Packages.pyflakes
python39Packages.nose
python39Packages.pytest
# Rust
rustup
rust-analyzer
# Shell
shfmt
shellcheck
# Web
nodePackages.stylelint
nodePackages.js-beautify
];
home.file.".ghci".text = ''

View File

@ -3,7 +3,6 @@
{
programs = {
bat.enable = true;
dircolors.enable = true;
direnv.enable = true;
exa.enable = true;
fzf = {