mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-03-22 17:26:32 +05:30
Compare commits
4 Commits
51ed6c6d2c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
595cf577b4
|
|||
|
214d86c1c6
|
|||
|
e95a103952
|
|||
|
6403fab5af
|
6
flake.lock
generated
6
flake.lock
generated
@@ -1900,11 +1900,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1770425169,
|
||||
"narHash": "sha256-n5rt2eF6HVYHDx0sONH2u4w9zq8JGIkCVT8JVLyJOXk=",
|
||||
"lastModified": 1772111181,
|
||||
"narHash": "sha256-cHBFhVspigIEfCIA3lteRYrBkXTT6j9A8eyypZOOTNI=",
|
||||
"owner": "tuxdotrs",
|
||||
"repo": "tnvim",
|
||||
"rev": "afd150b869298b788387c04031cccffac11da5de",
|
||||
"rev": "476698308f1568aa1aaa07ed5fb65dc6d92f5f2d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
|
||||
home.packages = with pkgs; [
|
||||
antigravity
|
||||
davinci-resolve
|
||||
telegram-desktop
|
||||
anydesk
|
||||
rustdesk-flutter
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
enableVirtualCamera = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [obs-vaapi wlrobs];
|
||||
plugins = with pkgs.obs-studio-plugins; [obs-vaapi wlrobs obs-source-record];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user