Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-06-19 09:46:44 +02:00
parent 79078364f7
commit 94fe540c9d
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 10 additions and 7 deletions

12
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1624007741, "lastModified": 1624071285,
"narHash": "sha256-WfCRbtkbGjq2QB4t7HDLoBGd+t46jfvQ+0OosVJsETo=", "narHash": "sha256-Ot1iOkkzZmsBqx97RzZDhDBsiGAiCS83EeyWunSg/r8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "022d0216b6f1b8aeabd832bc78f62ff07f5af9dd", "rev": "84d5cef80f7ec4ead6fe8939d071d68d2967b2d9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -54,11 +54,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1623861389, "lastModified": 1624034845,
"narHash": "sha256-v/fDk4hD3mcBFsl6hiT9h6UxRWmwO4Dbvg6jwFGScbY=", "narHash": "sha256-FG7TpcrgswilnjCUqv7aWpA9QyJVpd/7PvgzNUlxINc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "75dc3bbdd4f51d5c647491f8c39ca653c0657523", "rev": "4b4f4bf2845c6e2cc21cd30f2e297908c67d8611",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -15,7 +15,9 @@
home-manager.users.charlotte = { pkgs, ... }: { home-manager.users.charlotte = { pkgs, ... }: {
programs.obs-studio = { programs.obs-studio = {
enable = true; enable = true;
plugins = [ pkgs.obs-wlrobs pkgs.obs-v4l2sink ]; package = pkgs.wrapOBS {
plugins = [ pkgs.obs-studio-plugins.wlrobs ];
};
}; };
}; };

View file

@ -36,6 +36,7 @@
okular okular
pandoc pandoc
pavucontrol pavucontrol
qjackctl
ranger ranger
slurp slurp
sshfs sshfs