lots of poopy poop
This commit is contained in:
parent
e830a3caf3
commit
eb385c4e25
6 changed files with 64 additions and 28 deletions
|
@ -152,33 +152,39 @@
|
|||
source = ../.config/mpv;
|
||||
};
|
||||
|
||||
services.nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
|
||||
services.syncthing.enable = true;
|
||||
# services.kdeconnect.enable = true;
|
||||
services.easyeffects.enable = true;
|
||||
|
||||
# For matrix clients that don't have e2ee
|
||||
services.pantalaimon = {
|
||||
enable = true;
|
||||
settings = {
|
||||
Default = {
|
||||
LogLevel = "Debug";
|
||||
SSL = true;
|
||||
};
|
||||
local-matrix = {
|
||||
Homeserver = "https://matrix.tfcconnection.org";
|
||||
ListenAddress = "localhost";
|
||||
ListenPort = 8008;
|
||||
SSL = false;
|
||||
IgnoreVerification = true;
|
||||
services = {
|
||||
syncthing.enable = true;
|
||||
easyeffects.enable = true;
|
||||
nextcloud-client = {
|
||||
enable = true;
|
||||
startInBackground = true;
|
||||
};
|
||||
|
||||
mpd.enable = true;
|
||||
pueue.enable = true;
|
||||
|
||||
# For matrix clients that don't have e2ee
|
||||
pantalaimon = {
|
||||
enable = true;
|
||||
settings = {
|
||||
Default = {
|
||||
LogLevel = "Debug";
|
||||
SSL = true;
|
||||
};
|
||||
local-matrix = {
|
||||
Homeserver = "https://matrix.tfcconnection.org";
|
||||
ListenAddress = "localhost";
|
||||
ListenPort = 8008;
|
||||
SSL = false;
|
||||
IgnoreVerification = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
#services.espanso = {
|
||||
# enable = true;
|
||||
# settings = {
|
||||
|
@ -593,7 +599,7 @@ window#waybar > box {
|
|||
|
||||
programs.nushell = {
|
||||
enable = true;
|
||||
package = pkgs.nushellFull;
|
||||
# package = pkgs.nushellFull;
|
||||
shellAliases = {
|
||||
# ls = "eza -l";
|
||||
la = "ls -la";
|
||||
|
@ -610,13 +616,15 @@ window#waybar > box {
|
|||
nixs = "nix search nixpkgs";
|
||||
ytd = "yt-dlp -o '~/Videos/%(title)s.%(ext)s'";
|
||||
};
|
||||
extraConfig = ''
|
||||
configFile = {
|
||||
text = ''
|
||||
$env.config = {
|
||||
show_banner: false
|
||||
}
|
||||
'';
|
||||
'';
|
||||
};
|
||||
environmentVariables = {
|
||||
EDITOR = "emacsclient -t";
|
||||
EDITOR = "\"emacsclient -t\"";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -624,7 +632,6 @@ window#waybar > box {
|
|||
source = ../.config/dunst;
|
||||
};
|
||||
|
||||
services.pueue.enable = true;
|
||||
|
||||
programs.atuin.enable = true;
|
||||
|
||||
|
@ -747,6 +754,10 @@ window#waybar > box {
|
|||
git_status = {
|
||||
format = "[\\[$all_status$ahead_behind\\]]($style) |(dimmed gray) ";
|
||||
};
|
||||
character = {
|
||||
success_symbol = "[](bold green)";
|
||||
error_symbol = "[x](bold red)";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue