ehm dont now lol
This commit is contained in:
parent
04bd363228
commit
8ddaa4a458
|
@ -86,7 +86,7 @@
|
|||
"$mod, R, togglesplit"
|
||||
"$mod+shift, S, exec, systemctl suspend"
|
||||
"$mod+shift, M, exit, hyprland"
|
||||
"$mod, G, exec, sh $scrPath/gamemode.sh"
|
||||
"$mod, G, exec, sh ~/home/hyprland/scripts/gamemode.sh"
|
||||
|
||||
# cmus
|
||||
"$mod, D, exec, sh ~/nix/home/hyprland/scripts/cmus.sh"
|
||||
|
|
|
@ -109,6 +109,9 @@
|
|||
{
|
||||
url = "https://www.youtube.com/feeds/videos.xml?channel_id=UClonyx8pReBvkjropmrS6jQ";
|
||||
}
|
||||
{
|
||||
url = "https://www.youtube.com/feeds/videos.xml?channel_id=UCOSqzSTg4QZXdi7jvV-9rUg";
|
||||
}
|
||||
];
|
||||
extraConfig = ''
|
||||
bind-key j down
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
#hackerman
|
||||
|
@ -28,6 +27,7 @@
|
|||
boxbuddy
|
||||
waydroid
|
||||
transmission_4-gtk
|
||||
teams-for-linux
|
||||
#gnome
|
||||
gnome-calculator
|
||||
gnome-disk-utility
|
||||
|
@ -45,7 +45,6 @@
|
|||
distrobox
|
||||
font-awesome
|
||||
lm_sensors
|
||||
#laptop
|
||||
brightnessctl
|
||||
networkmanagerapplet
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue