misc cleanup and chat apps
This commit is contained in:
parent
7e413fe08e
commit
5f4546c508
7 changed files with 74 additions and 64 deletions
|
@ -48,9 +48,9 @@
|
|||
# godot_4
|
||||
# gdtoolkit_4
|
||||
|
||||
# epsonscan2
|
||||
# sane-airscan
|
||||
# xsane
|
||||
epsonscan2
|
||||
sane-airscan
|
||||
xsane
|
||||
|
||||
bitwarden-cli
|
||||
bitwarden-desktop
|
||||
|
@ -97,10 +97,15 @@
|
|||
krita-plugin-gmic
|
||||
rawtherapee
|
||||
inkscape
|
||||
# kicad
|
||||
|
||||
# (kicad.override {
|
||||
# addons = with pkgs.kicadAddons; [ kikit kikit-library ];
|
||||
# })
|
||||
|
||||
turbocase
|
||||
openscad-unstable
|
||||
openscad-lsp
|
||||
|
||||
picard
|
||||
plugdata
|
||||
pavucontrol
|
||||
|
@ -144,6 +149,9 @@
|
|||
dualsensectl.out
|
||||
|
||||
wpaperd
|
||||
|
||||
zulip
|
||||
revolt-desktop
|
||||
])
|
||||
];
|
||||
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
rmpc
|
||||
mpc
|
||||
vimpc
|
||||
ncmpcpp
|
||||
inori
|
||||
# music-player
|
||||
];
|
||||
|
||||
programs.fish.shellAliases = { "ncm" = "ncmpcpp"; };
|
||||
|
||||
services = {
|
||||
mpd = {
|
||||
enable = true;
|
||||
|
|
|
@ -250,10 +250,10 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
switch-events = with config.lib.niri.actions; {
|
||||
lid-close.action = spawn "niri msg output eDP-1 off";
|
||||
lid-open.action = spawn "niri msg output eDP-1 on";
|
||||
};
|
||||
# switch-events = with config.lib.niri.actions; {
|
||||
# lid-close.action = spawn "niri msg output eDP-1 off";
|
||||
# lid-open.action = spawn "niri msg output eDP-1 on";
|
||||
# };
|
||||
|
||||
binds =
|
||||
with config.lib.niri.actions;
|
||||
|
@ -497,7 +497,7 @@ in
|
|||
"Mod+Shift+P".action = power-off-monitors;
|
||||
"Mod+Shift+Alt+P" = {
|
||||
hotkey-overlay.title = "Turn Displays On";
|
||||
action = power-on-monitors;
|
||||
action = spawn "niri" "msg" "output" "eDP-1" "on";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -36,7 +36,9 @@ in
|
|||
USER = "git@gt.emenel.ca";
|
||||
};
|
||||
};
|
||||
mailerPasswordFile = config.sops.secrets.forgejo-smtp.path;
|
||||
secrets = {
|
||||
mailer.PASSWD = config.sops.secrets.forgejo-smtp.path;
|
||||
};
|
||||
};
|
||||
|
||||
caddy.virtualHosts."gt.emenel.ca" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue