diff --git a/home-manager/hyprland/hyprland-settings.nix b/home-manager/hyprland/hyprland-settings.nix index 522e8da..b2c04c5 100644 --- a/home-manager/hyprland/hyprland-settings.nix +++ b/home-manager/hyprland/hyprland-settings.nix @@ -238,7 +238,7 @@ in "$mainMod, period, exec, ${rofimoji}" "$mainMod, Z, exec, hyprshade off && (${woomer} &) && hyprshade auto" ''$mainMod, S, exec, echo "skip" | nc kopatz.dev 8888'' - ''$mainMod, R, exec, hyprctl hyprpaper reload ,"$(ls -d /synced/default/dinge/Bg/* | shuf -n 1)"'' + ''$mainMod, R, exec, hyprctl hyprpaper reload ,"$(ls -d ~/synced/default/dinge/Bg/* | shuf -n 1)"'' "$mainMod, W, exec, hyprctl hyprpaper reload ,${config.stylix.image}" " , Print, exec, hyprshade off && ${grimblast} --freeze copy area && hyprshade auto" '' @@ -376,7 +376,7 @@ in dunstify = "${pkgs.dunst}/bin/dunstify"; dunstctl = "${pkgs.dunst}/bin/dunstctl"; pdfgrep = "${pkgs.pdfgrep}/bin/pdfgrep --cache"; - path = "/synced/fh/master/ot_fundamentals_and_security/merged"; + path = "~/synced/fh/master/ot_fundamentals_and_security/merged"; node = "${pkgs.nodejs}/bin/node"; set-monitor = "~/.config/hypr/monitor-config.js"; answer = "${pkgs.answer}/bin/answer"; diff --git a/home-manager/zsh/default.nix b/home-manager/zsh/default.nix index b26284d..1557256 100644 --- a/home-manager/zsh/default.nix +++ b/home-manager/zsh/default.nix @@ -19,8 +19,8 @@ shellAliases = { # TODO: gifsicle -O3 --lossy=30 noita-20240328-191617-1612416266-00316616.gif -o noita-20240328-191617-1612416266.gif backupNoita = - "cp -r ~/.local/share/Steam/steamapps/compatdata/881100/pfx/drive_c/users/steamuser/AppData/LocalLow/Nolla_Games_Noita/* /synced/default/dont_remotebackup/noita_save"; - checkTime = "(cd /synced/work_drive/TS && nix run)"; + "cp -r ~/.local/share/Steam/steamapps/compatdata/881100/pfx/drive_c/users/steamuser/AppData/LocalLow/Nolla_Games_Noita/* ~/synced/default/dont_remotebackup/noita_save"; + checkTime = "(cd ~/synced/work_drive/TS && nix run)"; checkWaylandWindowsKDE = "qdbus org.kde.KWin /KWin org.kde.KWin.showDebugConsole"; collectGarbage = "nh clean all"; diff --git a/users/kopatz/home.nix b/users/kopatz/home.nix index 0f0a064..f5065ba 100644 --- a/users/kopatz/home.nix +++ b/users/kopatz/home.nix @@ -55,7 +55,7 @@ xdg.desktopEntries = { notes = { name = "Notes"; - exec = "kitty -d /synced/default/vimwiki nvim /synced/default/vimwiki/index.md"; + exec = "kitty -d ~/synced/default/vimwiki nvim ~/synced/default/vimwiki/index.md"; icon = "nvim"; type = "Application"; categories = [ "Utility" "TextEditor" ];