Compare commits

..

No commits in common. "0a5e9228a62be850b3ee7f6fe3b6ab7a70ff3029" and "e3aed7ec0501fdc79c50f19fd7ae593d0f5fa254" have entirely different histories.

4 changed files with 3 additions and 5 deletions

View File

@ -72,12 +72,10 @@
chromium
firefox
gimp
mullvad-vpn
obsidian
signal-desktop
virt-manager
vlc
vscode
wezterm
(callPackage ../../users/jrpotter/zotero.nix {})
];
@ -100,7 +98,6 @@
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"obsidian"
"vscode"
];
# virt-manager requires dconf to remember settings.

View File

@ -1,7 +1,7 @@
{ system, ... }:
let
notebook = builtins.getFlake
"github:jrpotter/notebook/a02bda1eed7356fca126a01d2d1bf2de80c8ee97";
"github:jrpotter/notebook/9ee37c8b7d21a48cf63cf5648b2eff222b55155f";
in
{
services.nginx = {

View File

@ -1,7 +1,7 @@
{ system, ... }:
let
portfolio = (
builtins.getFlake "github:jrpotter/portfolio/a0b45733bc23da3d98dc1f7f5a69d8e3a0a166b2"
builtins.getFlake "github:jrpotter/portfolio/0e507765ed4652836af29747d9c384dd91157ec8"
).packages.${system}.app;
in
{

View File

@ -29,6 +29,7 @@ in
dig
file
mosh
mullvad-vpn
unzip
];
};