mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-10 00:31:54 +05:30
Compare commits
7 Commits
01c7859436
...
3b84a32dab
Author | SHA1 | Date | |
---|---|---|---|
3b84a32dab
|
|||
776b469267
|
|||
6c5627e919
|
|||
e869984a81
|
|||
8d6e94b059
|
|||
03fb51dd03
|
|||
5b76e660dd
|
6
flake.lock
generated
6
flake.lock
generated
@@ -1621,11 +1621,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1758873502,
|
"lastModified": 1759002991,
|
||||||
"narHash": "sha256-FA24yvdpz6rnekBvwhqxEM9dDP8Sk0qwfUIoLeLIIKc=",
|
"narHash": "sha256-11pZ+tGhOEIcIxipABQS1AnCR050dGipV3IArod8doI=",
|
||||||
"owner": "tuxdotrs",
|
"owner": "tuxdotrs",
|
||||||
"repo": "tpanel",
|
"repo": "tpanel",
|
||||||
"rev": "a24b4485600dfb41130cdddc41234513848f425f",
|
"rev": "0f3fb291ec406ee333e4611eea24ccb4e7135407",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -394,6 +394,7 @@
|
|||||||
"/var/lib/nixos"
|
"/var/lib/nixos"
|
||||||
"/var/lib/docker"
|
"/var/lib/docker"
|
||||||
"/var/lib/waydroid"
|
"/var/lib/waydroid"
|
||||||
|
"/var/lib/iwd"
|
||||||
"/etc/NetworkManager/system-connections"
|
"/etc/NetworkManager/system-connections"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
|
@@ -77,6 +77,8 @@
|
|||||||
vlc
|
vlc
|
||||||
tor-browser
|
tor-browser
|
||||||
distrobox
|
distrobox
|
||||||
|
bluetui
|
||||||
|
impala
|
||||||
];
|
];
|
||||||
|
|
||||||
home.persistence."/persist/home/${username}" = {
|
home.persistence."/persist/home/${username}" = {
|
||||||
|
@@ -214,7 +214,7 @@
|
|||||||
"SUPER, grave, hyprexpo:expo, toggle"
|
"SUPER, grave, hyprexpo:expo, toggle"
|
||||||
"SUPER_SHIFT, Q, forcekillactive"
|
"SUPER_SHIFT, Q, forcekillactive"
|
||||||
"SUPER_SHIFT, F, fullscreen, 0"
|
"SUPER_SHIFT, F, fullscreen, 0"
|
||||||
"SUPER_SHIFT, Space, togglefloating"
|
"SUPER_SHIFT, Space, exec, hyprctl dispatch togglefloating; hyprctl dispatch resizeactive exact 1600 1200; hyprctl dispatch centerwindow;"
|
||||||
|
|
||||||
# shutdown
|
# shutdown
|
||||||
"SUPER_SHIFT, P, exec, poweroff"
|
"SUPER_SHIFT, P, exec, poweroff"
|
||||||
|
@@ -18,7 +18,6 @@
|
|||||||
visualizer_type = "spectrum";
|
visualizer_type = "spectrum";
|
||||||
visualizer_look = "▄▍";
|
visualizer_look = "▄▍";
|
||||||
visualizer_spectrum_smooth_look = "yes";
|
visualizer_spectrum_smooth_look = "yes";
|
||||||
visualizer_sync_interval = 0;
|
|
||||||
song_status_format = "$b$7♫ $2%a $4⟫$3⟫ $8%t $4⟫$3⟫ $5%b ";
|
song_status_format = "$b$7♫ $2%a $4⟫$3⟫ $8%t $4⟫$3⟫ $5%b ";
|
||||||
header_visibility = "no";
|
header_visibility = "no";
|
||||||
color1 = "white";
|
color1 = "white";
|
||||||
|
Reference in New Issue
Block a user