Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes committed Jan 14, 2025
1 parent 496f545 commit 59e511a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
7 changes: 4 additions & 3 deletions flake.lock

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

8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};

nil-lsp = {
url = "github:oxalica/nil/2024-08-06";
};

alejandra = {
url = "github:kamadorueda/alejandra/3.1.0";
};
};

Expand Down
11 changes: 8 additions & 3 deletions home/henrikvt/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
iperf3
magic-wormhole
glab
python3
fortune
python3
];

shellAliases = {
Expand Down Expand Up @@ -61,6 +60,8 @@
"fnm"
"fzf"
"zoxide"
"lol"

];
};

Expand All @@ -87,7 +88,11 @@
fzf.enable = true;
thefuck.enable = true;
dircolors.enable = true;
direnv.enable = true;




direnv.enable = true;
eza = {
enable = true;
git = true;
Expand Down
1 change: 1 addition & 0 deletions machines/darwin/pepacton/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
wifi-password
just
kraft
fortune
];
};

Expand Down

0 comments on commit 59e511a

Please sign in to comment.