Added various things, returned Aphelion back to functional state now

with zfs

Note: this is probably the first commit with coq-nvim working again,
don't remove uder any circumstances
This commit is contained in:
yaroslav
2025-07-27 16:18:35 +03:00
parent 7ceaa8e748
commit 7850408607
13 changed files with 70 additions and 37 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{
services.mpd = {
enable = true;
musicDirectory = /vol/Trash/Music;
musicDirectory = /Volumes/Trash/Music;
network.listenAddress = "any";
extraConfig = ''
audio_output {
+1 -1
View File
@@ -59,7 +59,7 @@ in
zsh-powerlevel10k
meslo-lgs-nf
nekoray
python3
python313Full
distrobox
scrcpy
android-tools
+2
View File
@@ -14,6 +14,7 @@
obs-studio
onlyoffice-desktopeditors
remmina
rpcs3
teamspeak3
prismlauncher
kdePackages.kcalc
@@ -23,6 +24,7 @@
qsstv
vesktop
vscode-fhs
vlc
vscodium
bottles
wl-kbptr
+14
View File
@@ -0,0 +1,14 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
kitty
];
programs.kitty = {
enable = true;
settings = {
background_opacity = 0.6;
};
};
}
+1
View File
@@ -27,6 +27,7 @@ programs.neovim = {
nvim-cmp
vimtex
coq_nvim
coq-artifacts
];
extraLuaConfig = ''
local function my_on_attach(bufnr)