stuff
This commit is contained in:
parent
841f455767
commit
42e8356d2c
|
@ -78,6 +78,8 @@
|
||||||
nixpkgs-hammering
|
nixpkgs-hammering
|
||||||
nix-update
|
nix-update
|
||||||
nix-init
|
nix-init
|
||||||
|
deadnix
|
||||||
|
statix
|
||||||
nurl
|
nurl
|
||||||
manix
|
manix
|
||||||
comma
|
comma
|
||||||
|
|
|
@ -7,12 +7,19 @@
|
||||||
./pulsar
|
./pulsar
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# TODO: doesn't work?
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
"discord"
|
"discord"
|
||||||
"telegra-desktop"
|
"telegra-desktop"
|
||||||
"spotify"
|
"spotify"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# TODO: doesn't work?
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"pulsar-1.106.0"
|
||||||
|
"zotero-6.0.26"
|
||||||
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
||||||
|
|
|
@ -63,6 +63,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
rsync
|
rsync
|
||||||
bind.dnsutils # dig
|
bind.dnsutils # dig
|
||||||
|
dogdns # dog
|
||||||
vimv
|
vimv
|
||||||
git
|
git
|
||||||
curl
|
curl
|
||||||
|
@ -90,7 +91,7 @@
|
||||||
du-dust # du alternative
|
du-dust # du alternative
|
||||||
ncdu # Disk usage analyzer with an ncurses interface
|
ncdu # Disk usage analyzer with an ncurses interface
|
||||||
xplr # tui file explorer
|
xplr # tui file explorer
|
||||||
aha
|
aha unstable.colorized-logs
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue