mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-03-22 09:16:32 +05:30
Compare commits
7 Commits
fd3651b398
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
595cf577b4
|
|||
|
214d86c1c6
|
|||
|
e95a103952
|
|||
|
6403fab5af
|
|||
|
51ed6c6d2c
|
|||
|
77edbf47ad
|
|||
|
f7e6b47cb3
|
6
flake.lock
generated
6
flake.lock
generated
@@ -1900,11 +1900,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1770425169,
|
"lastModified": 1772111181,
|
||||||
"narHash": "sha256-n5rt2eF6HVYHDx0sONH2u4w9zq8JGIkCVT8JVLyJOXk=",
|
"narHash": "sha256-cHBFhVspigIEfCIA3lteRYrBkXTT6j9A8eyypZOOTNI=",
|
||||||
"owner": "tuxdotrs",
|
"owner": "tuxdotrs",
|
||||||
"repo": "tnvim",
|
"repo": "tnvim",
|
||||||
"rev": "afd150b869298b788387c04031cccffac11da5de",
|
"rev": "476698308f1568aa1aaa07ed5fb65dc6d92f5f2d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -62,6 +62,7 @@
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
antigravity
|
antigravity
|
||||||
|
davinci-resolve
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
anydesk
|
anydesk
|
||||||
rustdesk-flutter
|
rustdesk-flutter
|
||||||
@@ -112,6 +113,7 @@
|
|||||||
".config/vesktop"
|
".config/vesktop"
|
||||||
".config/sops"
|
".config/sops"
|
||||||
".config/obs-studio"
|
".config/obs-studio"
|
||||||
|
".config/easyeffects"
|
||||||
".config/rustdesk"
|
".config/rustdesk"
|
||||||
".config/kdeconnect"
|
".config/kdeconnect"
|
||||||
".config/Moonlight\ Game\ Streaming\ Project"
|
".config/Moonlight\ Game\ Streaming\ Project"
|
||||||
|
|||||||
@@ -206,9 +206,7 @@
|
|||||||
"SUPER_SHIFT, Q, forcekillactive"
|
"SUPER_SHIFT, Q, forcekillactive"
|
||||||
"SUPER_SHIFT, F, fullscreen, 0"
|
"SUPER_SHIFT, F, fullscreen, 0"
|
||||||
"SUPER_SHIFT, Space, exec, hyprctl dispatch togglefloating; hyprctl dispatch resizeactive exact 1200 800; hyprctl dispatch centerwindow;"
|
"SUPER_SHIFT, Space, exec, hyprctl dispatch togglefloating; hyprctl dispatch resizeactive exact 1200 800; hyprctl dispatch centerwindow;"
|
||||||
|
"SUPER_SHIFT, P, exec, hyprctl dispatch pin"
|
||||||
# shutdown
|
|
||||||
"SUPER_SHIFT, P, exec, poweroff"
|
|
||||||
|
|
||||||
# lock
|
# lock
|
||||||
"SUPER_SHIFT, L, exec, hyprlock"
|
"SUPER_SHIFT, L, exec, hyprlock"
|
||||||
@@ -289,6 +287,7 @@
|
|||||||
# load hyprland plugins
|
# load hyprland plugins
|
||||||
"hyprctl plugin load '$HYPR_PLUGIN_DIR/lib/libhyprexpo.so'"
|
"hyprctl plugin load '$HYPR_PLUGIN_DIR/lib/libhyprexpo.so'"
|
||||||
|
|
||||||
|
"easyeffects --w"
|
||||||
"awww-daemon"
|
"awww-daemon"
|
||||||
"${pkgs.tpanel}/bin/tpanel"
|
"${pkgs.tpanel}/bin/tpanel"
|
||||||
"kdeconnectd"
|
"kdeconnectd"
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableVirtualCamera = 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