Organizing
This commit is contained in:
parent
b37e4bc179
commit
1316e09686
59
README.org
59
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
|
libnotify
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
ripgrep
|
ripgrep
|
||||||
|
fd
|
||||||
|
plocate
|
||||||
bc
|
bc
|
||||||
sysstat
|
sysstat
|
||||||
procs
|
procs
|
||||||
|
pandoc
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
phinger-cursors
|
phinger-cursors
|
||||||
plasma-hud
|
plasma-hud
|
||||||
kde-cli-tools
|
kde-cli-tools
|
||||||
macchina
|
macchina
|
||||||
meson
|
|
||||||
ninja
|
|
||||||
gnumake
|
|
||||||
gcc
|
|
||||||
gdb
|
|
||||||
clang
|
|
||||||
cmake
|
|
||||||
extra-cmake-modules
|
|
||||||
gzip
|
gzip
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
@ -293,6 +288,24 @@ Notice how I am including all of my software here. It may be a big file, but hav
|
||||||
ffmpeg
|
ffmpeg
|
||||||
neofetch
|
neofetch
|
||||||
xdotool
|
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
|
fennel
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -562,22 +575,17 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
|
||||||
libnotify
|
libnotify
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
ripgrep
|
ripgrep
|
||||||
|
fd
|
||||||
|
plocate
|
||||||
bc
|
bc
|
||||||
sysstat
|
sysstat
|
||||||
procs
|
procs
|
||||||
|
pandoc
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
phinger-cursors
|
phinger-cursors
|
||||||
plasma-hud
|
plasma-hud
|
||||||
kde-cli-tools
|
kde-cli-tools
|
||||||
macchina
|
macchina
|
||||||
meson
|
|
||||||
ninja
|
|
||||||
gnumake
|
|
||||||
gcc
|
|
||||||
gdb
|
|
||||||
clang
|
|
||||||
cmake
|
|
||||||
extra-cmake-modules
|
|
||||||
gzip
|
gzip
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
@ -594,9 +602,28 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
|
||||||
wtype
|
wtype
|
||||||
spotdl
|
spotdl
|
||||||
kdenlive
|
kdenlive
|
||||||
|
blender
|
||||||
ffmpeg
|
ffmpeg
|
||||||
neofetch
|
neofetch
|
||||||
xdotool
|
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
|
fennel
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -219,6 +219,7 @@ alias ecc "emacsclient -c"
|
||||||
alias mkdir "mkdir -pv"
|
alias mkdir "mkdir -pv"
|
||||||
alias nupd "update-nix"
|
alias nupd "update-nix"
|
||||||
alias nupg "upgrade-nix"
|
alias nupg "upgrade-nix"
|
||||||
|
alias myip "curl icanhazip.com"
|
||||||
|
|
||||||
### Start X at login
|
### Start X at login
|
||||||
if status is-login
|
if status is-login
|
||||||
|
|
|
@ -8,6 +8,7 @@ geometry=90%:90%
|
||||||
hwdec=auto
|
hwdec=auto
|
||||||
rtsp-transport=udp
|
rtsp-transport=udp
|
||||||
speed=1.95
|
speed=1.95
|
||||||
|
gpu-context=wayland
|
||||||
|
|
||||||
# ytdl-path=yt-dlp
|
# ytdl-path=yt-dlp
|
||||||
ytdl-format=bestvideo[height<=?720][fps<=?30]+bestaudio/best
|
ytdl-format=bestvideo[height<=?720][fps<=?30]+bestaudio/best
|
||||||
|
|
|
@ -147,22 +147,17 @@
|
||||||
libnotify
|
libnotify
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
ripgrep
|
ripgrep
|
||||||
|
fd
|
||||||
|
plocate
|
||||||
bc
|
bc
|
||||||
sysstat
|
sysstat
|
||||||
procs
|
procs
|
||||||
|
pandoc
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
phinger-cursors
|
phinger-cursors
|
||||||
plasma-hud
|
plasma-hud
|
||||||
kde-cli-tools
|
kde-cli-tools
|
||||||
macchina
|
macchina
|
||||||
meson
|
|
||||||
ninja
|
|
||||||
gnumake
|
|
||||||
gcc
|
|
||||||
gdb
|
|
||||||
clang
|
|
||||||
cmake
|
|
||||||
extra-cmake-modules
|
|
||||||
gzip
|
gzip
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
@ -179,9 +174,28 @@
|
||||||
wtype
|
wtype
|
||||||
spotdl
|
spotdl
|
||||||
kdenlive
|
kdenlive
|
||||||
|
blender
|
||||||
ffmpeg
|
ffmpeg
|
||||||
neofetch
|
neofetch
|
||||||
xdotool
|
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
|
fennel
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -182,22 +182,17 @@
|
||||||
libnotify
|
libnotify
|
||||||
rofi-wayland
|
rofi-wayland
|
||||||
ripgrep
|
ripgrep
|
||||||
|
fd
|
||||||
|
plocate
|
||||||
bc
|
bc
|
||||||
sysstat
|
sysstat
|
||||||
procs
|
procs
|
||||||
|
pandoc
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
phinger-cursors
|
phinger-cursors
|
||||||
plasma-hud
|
plasma-hud
|
||||||
kde-cli-tools
|
kde-cli-tools
|
||||||
macchina
|
macchina
|
||||||
meson
|
|
||||||
ninja
|
|
||||||
gnumake
|
|
||||||
gcc
|
|
||||||
gdb
|
|
||||||
clang
|
|
||||||
cmake
|
|
||||||
extra-cmake-modules
|
|
||||||
gzip
|
gzip
|
||||||
htop
|
htop
|
||||||
btop
|
btop
|
||||||
|
@ -217,6 +212,24 @@
|
||||||
ffmpeg
|
ffmpeg
|
||||||
neofetch
|
neofetch
|
||||||
xdotool
|
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
|
fennel
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue