summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix2
-rw-r--r--flake.lock18
-rw-r--r--user-profiles/direnv.nix2
3 files changed, 11 insertions, 11 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 40010d88..e9671ecb 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -131,7 +131,7 @@ in {
131 131
132 obs-studio = { 132 obs-studio = {
133 enable = true; 133 enable = true;
134 plugins = with pkgs; [obs-v4l2sink]; 134 plugins = with pkgs; [];
135 }; 135 };
136 }; 136 };
137 137
diff --git a/flake.lock b/flake.lock
index 0bbb15e0..c13ae8c1 100644
--- a/flake.lock
+++ b/flake.lock
@@ -7,11 +7,11 @@
7 ] 7 ]
8 }, 8 },
9 "locked": { 9 "locked": {
10 "lastModified": 1622938142, 10 "lastModified": 1629347633,
11 "narHash": "sha256-eNA2HPZI/iO4MCi/FCs+nRuFbpuMplM93Aj6YA2XCyY=", 11 "narHash": "sha256-FGZJ7lmTAMIkjdrh6dIPck5HuB4KMT2GgDV5ZjiCWoc=",
12 "owner": "nix-community", 12 "owner": "nix-community",
13 "repo": "home-manager", 13 "repo": "home-manager",
14 "rev": "7591c8041d290d4bb99679e9fed2d8061a8f0435", 14 "rev": "bf6b85136b47ab1a76df4a90ea4850871147494a",
15 "type": "github" 15 "type": "github"
16 }, 16 },
17 "original": { 17 "original": {
@@ -23,11 +23,11 @@
23 }, 23 },
24 "nixpkgs": { 24 "nixpkgs": {
25 "locked": { 25 "locked": {
26 "lastModified": 1622984109, 26 "lastModified": 1629458213,
27 "narHash": "sha256-geVjAIToERcsjmHQo2tdD0UaLNk+k68nI5XCRmE3tHM=", 27 "narHash": "sha256-1uDpJFrtNklBHHoo/9Un0CimbJ09wdhCmPO9K2nT5Nc=",
28 "owner": "NixOS", 28 "owner": "NixOS",
29 "repo": "nixpkgs", 29 "repo": "nixpkgs",
30 "rev": "690496c4e545e68482b5c162a03f0a4f97d35373", 30 "rev": "dc1f02f02a6a6fe2f041b3d299ee36f69d3d041b",
31 "type": "github" 31 "type": "github"
32 }, 32 },
33 "original": { 33 "original": {
@@ -51,11 +51,11 @@
51 ] 51 ]
52 }, 52 },
53 "locked": { 53 "locked": {
54 "lastModified": 1622915462, 54 "lastModified": 1625936460,
55 "narHash": "sha256-Hr/DVKUnQt3BTR3o4vzux1Ed1mciKZOrCRWuwORzt4Y=", 55 "narHash": "sha256-U6xlITKrYuhlHWe+poACaz4GJl3ZVN1BSUqZe2gFg+g=",
56 "owner": "Mic92", 56 "owner": "Mic92",
57 "repo": "sops-nix", 57 "repo": "sops-nix",
58 "rev": "7918c59b392f23665c0b726d4c640d14be4b0b8b", 58 "rev": "ec2800174de5a7be8ec5b144819af2c7de77abe2",
59 "type": "github" 59 "type": "github"
60 }, 60 },
61 "original": { 61 "original": {
diff --git a/user-profiles/direnv.nix b/user-profiles/direnv.nix
index 2c1e58d6..7887d765 100644
--- a/user-profiles/direnv.nix
+++ b/user-profiles/direnv.nix
@@ -3,7 +3,7 @@
3 home-manager.users.${userName} = { 3 home-manager.users.${userName} = {
4 programs.direnv = { 4 programs.direnv = {
5 enable = true; 5 enable = true;
6 enableNixDirenvIntegration = true; 6 nix-direnv.enable = true;
7 }; 7 };
8 }; 8 };
9} 9}