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