flake update

This commit is contained in:
m3tm3re
2025-10-28 16:44:52 +01:00
parent 8f4b39d277
commit d24c6b28f8
6 changed files with 42 additions and 57 deletions

View File

@@ -23,7 +23,6 @@ in {
"hypridle"
"wl-paste --type text --watch cliphist store" # Stores only text data
"wl-paste --type image --watch cliphist store" # Stores only image data "wl-paste -p -t text --watch clipman store -P --histpath=\"~/.local/share/clipman-primary.json\""
"xwaylandvideobridge"
];
env = [
@@ -144,12 +143,6 @@ in {
"noborder, initialTitle:.*streamlabs.com.*"
"noshadow, initialTitle:.*streamlabs.com.*"
"noblur, initialTitle:.*streamlabs.com.*"
"opacity 0.0 override, class:^(xwaylandvideobridge)$"
"noanim, class:^(xwaylandvideobridge)$"
"noinitialfocus, class:^(xwaylandvideobridge)$"
"maxsize 1 1, class:^(xwaylandvideobridge)$"
"noblur, class:^(xwaylandvideobridge)$"
"nofocus, class:^(xwaylandvideobridge)$"
];
"$mainMod" = "SUPER";
"$terminal" = "kitty";

View File

@@ -31,7 +31,7 @@ in {
pavucontrol
qpwgraph
v4l-utils
plexamp
#plexamp
webcord
# uxplay
# vlc

View File

@@ -12,7 +12,6 @@ in {
config = mkIf cfg.enable {
home.packages = with pkgs; [
grim
kdePackages.xwaylandvideobridge
hyprcursor
hyprlock
hyprpaper

View File

@@ -87,19 +87,22 @@
programs.git = {
enable = true;
difftastic.enable = true;
userName = "m3tam3re";
userEmail = "m@m3tam3re.com";
aliases = {
st = "status";
logd = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
};
extraConfig = {
settings = {
user = {
name = "m3tm3re";
email = "p@m3ta.dev";
};
core.excludesfile = "~/.gitignore_global";
init.defaultBranch = "master";
};
};
programs.difftastic.enable = true;
programs.jujutsu = {
enable = true;
settings = {