This commit is contained in:
Peder Bergebakken Sundt 2023-11-10 22:55:32 +01:00
parent 841f455767
commit 42e8356d2c
3 changed files with 11 additions and 1 deletions

View File

@ -78,6 +78,8 @@
nixpkgs-hammering
nix-update
nix-init
deadnix
statix
nurl
manix
comma

View File

@ -7,12 +7,19 @@
./pulsar
];
# TODO: doesn't work?
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"discord"
"telegra-desktop"
"spotify"
];
# TODO: doesn't work?
nixpkgs.config.permittedInsecurePackages = [
"pulsar-1.106.0"
"zotero-6.0.26"
];
home.packages = with pkgs; [
wl-clipboard

View File

@ -63,6 +63,7 @@
home.packages = with pkgs; [
rsync
bind.dnsutils # dig
dogdns # dog
vimv
git
curl
@ -90,7 +91,7 @@
du-dust # du alternative
ncdu # Disk usage analyzer with an ncurses interface
xplr # tui file explorer
aha
aha unstable.colorized-logs
];
}