From 42e8356d2cad9d5f2540e686fce4663fbb9fcfe6 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 10 Nov 2023 22:55:32 +0100 Subject: [PATCH] stuff --- users/pbsds/home/default.nix | 2 ++ users/pbsds/home/profiles/desktop.nix | 7 +++++++ users/pbsds/home/profiles/shell.nix | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/users/pbsds/home/default.nix b/users/pbsds/home/default.nix index 4f42ce7..30cd0f6 100644 --- a/users/pbsds/home/default.nix +++ b/users/pbsds/home/default.nix @@ -78,6 +78,8 @@ nixpkgs-hammering nix-update nix-init + deadnix + statix nurl manix comma diff --git a/users/pbsds/home/profiles/desktop.nix b/users/pbsds/home/profiles/desktop.nix index fc36c39..6a13d6d 100644 --- a/users/pbsds/home/profiles/desktop.nix +++ b/users/pbsds/home/profiles/desktop.nix @@ -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 diff --git a/users/pbsds/home/profiles/shell.nix b/users/pbsds/home/profiles/shell.nix index ed57799..e891d3f 100644 --- a/users/pbsds/home/profiles/shell.nix +++ b/users/pbsds/home/profiles/shell.nix @@ -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 ]; }