diff --git a/home-files.nix b/home-files.nix index f383df1..03c9652 100644 --- a/home-files.nix +++ b/home-files.nix @@ -268,7 +268,6 @@ source=~/.config/hypr/frappe.conf # source = ~/.config/hypr/myColors.conf # Some default env vars. -env = XCURSOR_SIZE,24 env = WLR_NO_HARDWARE_CURSORS,1 env = NIXOS_OZONE_WL,1 env = KUBECONFIG,/home/insert/Desktop/k3s.yaml @@ -281,7 +280,7 @@ exec-once = watch waybar exec-once = wayvnc 100.120.210.58 exec-once = mako exec-once = swww init -exec-once = sleep 5 & swww img /home/insert/Documents/nixos.png +exec-once = sleep 5 & swww img /home/insert/Documents/cat-background/background.png #exec-once = ln -sf $XDG_RUNTIME_DIR/{app/com.discordapp.Discord,}/discord-ipc-0 exec-once = systemctl --user import-environment PATH exec-once = systemctl --user restart xdg-desktop-portal.service @@ -378,7 +377,7 @@ $mainMod = ALT # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, kitty zsh -bind = $mainMod, C, exec, ~/Documents/closewindow.sh +bind = $mainMod, C, killactive, #bind = $mainMod, M, exit, bind = $mainMod, E, exec, kitty nnn bind = $mainMod, V, togglefloating, diff --git a/special/insertlaptop.nix b/special/insertlaptop.nix new file mode 100644 index 0000000..3bf2637 --- /dev/null +++ b/special/insertlaptop.nix @@ -0,0 +1,4 @@ +{ inputs, config, lib, pkgs, ... }: +{ + networking.hostName = "insertlaptop"; +} \ No newline at end of file