Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
KaitoTLex 2025-06-05 15:47:52 -07:00
commit 681a8b6b9c
No known key found for this signature in database
GPG key ID: C5F52A3C0F3B4A77
2 changed files with 41 additions and 2 deletions

View file

@ -40,6 +40,10 @@
url = "github:tweag/jupyenv";
flake = false;
};
iamb = {
url = "github:ulyssa/iamb";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -96,7 +100,7 @@
{
wayland.windowManager.hyprland.settings.monitor = [
"eDP-1,1920x1200@120,0x0,1"
"DP-1, 1920x1080@75.03,3840, transform, 1"
"DP-1, 1920x1080@75.03,3840x0,1,transform, 1"
"HDMI-A-1,1920x1080@165,1920x0,1"
];
programs.git.signing = {

View file

@ -23,6 +23,10 @@
# here is some command line tools I use frequently
# feel free to add your own or remove some of them
#gfortran1
gqrx
urh
rtl_433
rng-tools
nheko
openvpn
tor-browser
@ -243,7 +247,38 @@
enableBashIntegration = true;
enableFishIntegration = true;
};
programs.iamb = {
enable = true;
package = inputs.iamb.packages.${pkgs.stdenv.targetPlatform.system}.default;
settings = {
profiles."matrix.org".user_id = "@kaitotlex:matrix.org";
settings = {
image_preview = { };
notifications = {
enabled = true;
show_message = true;
};
};
};
};
# programs.iamb = {
# enable = true;
# packages = inputs.iamb.packages.${pkgs.stdenv.targetPlatform.system}.default;
# settings = {
# profiles."matrix.org" = {
# user_id = "@kaitotlex:matrix.org";
# style = "restore";
# };
# settings = {
# image_preview = { };
# image_preview.protocol.type = "kitty";
# notifications = {
# enabled = true;
# show_message = true;
# };
# };
# };
# };
programs.kitty = {
enable = true;
settings = {