add patched vlc and other stuff

This commit is contained in:
Vivian Lim 2024-03-17 21:53:10 -07:00
parent 2d7800b440
commit 742a89182b
3 changed files with 9 additions and 5 deletions

View File

@ -6,10 +6,14 @@
./onscreen-keyboard.nix
];
viv.usePatchedVlc = true;
# just kind of a grab bag of stuff
environment.systemPackages = with pkgs; [
tailscale
rustup
moonlight-qt
sunshine
(wrapOBS {
plugins = with pkgs.obs-studio-plugins; [
wlrobs

View File

@ -10,11 +10,11 @@
"unstable": "unstable"
},
"locked": {
"lastModified": 1710310808,
"narHash": "sha256-EmrJeUgqvrMCKaBVzRR1Zdj8iNEM1F53bn2xvjZmO50=",
"lastModified": 1710737464,
"narHash": "sha256-3EXhe9E8r9XFbzPeq6aSokBSIdLjdqdlQ/GiSO2OF1E=",
"owner": "vivlim",
"repo": "nix-base",
"rev": "dd9b5e20885497a31a950baacce02b3c0f091756",
"rev": "36e598017bfcbb0b29c4e3fe0d641fb7dddf7ddd",
"type": "github"
},
"original": {

View File

@ -10,9 +10,9 @@
};
base = {
url = "github:vivlim/nix-base/main";
#url = "path:/home/vivlim/nix-workspace/nix-base/";
inputs.nixpkgs.follows = "nixpkgs";
};
#base = { url = "path:/home/vivlim/git/nix-base/"; };
disko = {
url = "github:nix-community/disko";
@ -68,7 +68,7 @@
};
vivdeck = (base.colmenaTargetFactory machineFactoryArgs)
// {
deployment.targetHost = "192.168.1.167"; # todo: change to tailscale hostname after it's added.
deployment.targetHost = "100.118.185.120"; # todo: change to tailscale hostname after it's added.
deployment.targetUser = "root";
};
};