mirror of
https://codeberg.org/hyperreal/home-manager
synced 2024-11-01 17:33:06 +01:00
Update
This commit is contained in:
parent
9a5830391d
commit
8e7398ba6d
8
home.nix
8
home.nix
@ -1,6 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
home.username = "jas";
|
||||
@ -28,11 +33,13 @@
|
||||
hyperfine
|
||||
just
|
||||
lsd
|
||||
lynx
|
||||
nmap
|
||||
nodejs
|
||||
nodePackages.js-beautify
|
||||
nodePackages.npm
|
||||
nodePackages.prettier
|
||||
parallel
|
||||
procs
|
||||
ripgrep
|
||||
rustscan
|
||||
@ -41,6 +48,7 @@
|
||||
tealdeer
|
||||
trash-cli
|
||||
vivid
|
||||
wget
|
||||
wl-clipboard
|
||||
wthrr
|
||||
zellij
|
||||
|
Loading…
Reference in New Issue
Block a user