diff --git a/README.org b/README.org index 1166c7a..10eb660 100644 --- a/README.org +++ b/README.org @@ -258,22 +258,17 @@ Notice how I am including all of my software here. It may be a big file, but hav libnotify rofi-wayland ripgrep + fd + plocate bc sysstat procs + pandoc papirus-icon-theme phinger-cursors plasma-hud kde-cli-tools macchina - meson - ninja - gnumake - gcc - gdb - clang - cmake - extra-cmake-modules gzip htop btop @@ -293,6 +288,24 @@ Notice how I am including all of my software here. It may be a big file, but hav ffmpeg neofetch xdotool + # Dev tools + nix-index + meson + ninja + gnumake + gcc + gdb + clang + cmake + extra-cmake-modules + pkg-config + # Libraries + qt5.qtbase + qt5.qtquickcontrols2 + qt5.qtx11extras + libsForQt5.kirigami2 + libsForQt5.ki18n + libsForQt5.kcoreaddons fennel ]; @@ -562,22 +575,17 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a libnotify rofi-wayland ripgrep + fd + plocate bc sysstat procs + pandoc papirus-icon-theme phinger-cursors plasma-hud kde-cli-tools macchina - meson - ninja - gnumake - gcc - gdb - clang - cmake - extra-cmake-modules gzip htop btop @@ -594,9 +602,28 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a wtype spotdl kdenlive + blender ffmpeg neofetch xdotool + # Dev tools + nix-index + meson + ninja + gnumake + gcc + gdb + clang + cmake + extra-cmake-modules + pkg-config + # Libraries + qt5.qtbase + qt5.qtquickcontrols2 + qt5.qtx11extras + libsForQt5.kirigami2 + libsForQt5.ki18n + libsForQt5.kcoreaddons fennel ]; diff --git a/fish/config.fish b/fish/config.fish index 7723479..aee53f9 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -219,6 +219,7 @@ alias ecc "emacsclient -c" alias mkdir "mkdir -pv" alias nupd "update-nix" alias nupg "upgrade-nix" +alias myip "curl icanhazip.com" ### Start X at login if status is-login diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 17fc29a..37cd14d 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -8,6 +8,7 @@ geometry=90%:90% hwdec=auto rtsp-transport=udp speed=1.95 +gpu-context=wayland # ytdl-path=yt-dlp ytdl-format=bestvideo[height<=?720][fps<=?30]+bestaudio/best diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 58c6668..d69fb3a 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -147,22 +147,17 @@ libnotify rofi-wayland ripgrep + fd + plocate bc sysstat procs + pandoc papirus-icon-theme phinger-cursors plasma-hud kde-cli-tools macchina - meson - ninja - gnumake - gcc - gdb - clang - cmake - extra-cmake-modules gzip htop btop @@ -179,9 +174,28 @@ wtype spotdl kdenlive + blender ffmpeg neofetch xdotool + # Dev tools + nix-index + meson + ninja + gnumake + gcc + gdb + clang + cmake + extra-cmake-modules + pkg-config + # Libraries + qt5.qtbase + qt5.qtquickcontrols2 + qt5.qtx11extras + libsForQt5.kirigami2 + libsForQt5.ki18n + libsForQt5.kcoreaddons fennel ]; diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 90c09c7..16cd331 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -182,22 +182,17 @@ libnotify rofi-wayland ripgrep + fd + plocate bc sysstat procs + pandoc papirus-icon-theme phinger-cursors plasma-hud kde-cli-tools macchina - meson - ninja - gnumake - gcc - gdb - clang - cmake - extra-cmake-modules gzip htop btop @@ -217,6 +212,24 @@ ffmpeg neofetch xdotool + # Dev tools + nix-index + meson + ninja + gnumake + gcc + gdb + clang + cmake + extra-cmake-modules + pkg-config + # Libraries + qt5.qtbase + qt5.qtquickcontrols2 + qt5.qtx11extras + libsForQt5.kirigami2 + libsForQt5.ki18n + libsForQt5.kcoreaddons fennel ];