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:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = /vol/Trash/Music;
|
||||
musicDirectory = /Volumes/Trash/Music;
|
||||
network.listenAddress = "any";
|
||||
extraConfig = ''
|
||||
audio_output {
|
||||
|
||||
@@ -59,7 +59,7 @@ in
|
||||
zsh-powerlevel10k
|
||||
meslo-lgs-nf
|
||||
nekoray
|
||||
python3
|
||||
python313Full
|
||||
distrobox
|
||||
scrcpy
|
||||
android-tools
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
kitty
|
||||
];
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background_opacity = 0.6;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -27,6 +27,7 @@ programs.neovim = {
|
||||
nvim-cmp
|
||||
vimtex
|
||||
coq_nvim
|
||||
coq-artifacts
|
||||
];
|
||||
extraLuaConfig = ''
|
||||
local function my_on_attach(bufnr)
|
||||
|
||||
Reference in New Issue
Block a user