ehm dont now lol

This commit is contained in:
joygnu 2024-08-17 12:23:41 +02:00
parent 59abf0409a
commit 3499b6a723
3 changed files with 5 additions and 3 deletions

View file

@ -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"

View file

@ -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

View file

@ -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
];