zenix: resolve warnings

This commit is contained in:
Tristan 2025-12-20 15:32:47 +00:00
commit 981cfea419
26 changed files with 237 additions and 224 deletions

View file

@ -29,7 +29,7 @@
mosh
ripgrep
usbutils
du-dust
dust
htop
btop
libsixel

View file

@ -42,17 +42,12 @@
on-click = "pwvucontrol";
};
mpris = {
format = "{player_icon} {title}";
format-paused = " {player_icon} {title}";
player-icons = {
default = "";
mpd = "🎵";
kdeconnect = "";
};
format = " {title}";
format-paused = " {title}";
};
battery = {
format = "{icon} {capacity}%";
format-icons = ["🤏" "🪫" "🔋" "🔋"];
format-icons = ["🪫" "🔋" "🔋"];
format-charging = "🔌 {capacity}%";
states = {
warning = 30;

View file

@ -35,9 +35,9 @@ in {
}
];
programs.git = {
userName = config.home.userFullname;
userEmail = cfg.email;
programs.git.settings.user = {
name = config.home.userFullname;
email = cfg.email;
};
accounts.email.accounts.${cfg.email} = lib.mkIf cfg.terminal {

View file

@ -2,7 +2,7 @@
home.packages = with pkgs; [
# Games
airshipper
minetest
luanti
superTuxKart
xonotic

View file

@ -6,11 +6,11 @@
}: {
programs.git = {
enable = true;
extraConfig = {
settings = {
rerere.enabled = true;
rebase.updateRefs = true;
};
aliases = {
settings.aliases = {
ui = "!lazygit";
graph = "log --oneline --all --graph";
amend = "commit --amend --no-edit";
@ -44,10 +44,8 @@
git fetch origin $opts
''}/bin/bare-clone";
};
difftastic = {
enable = true;
};
};
programs.difftastic = {enable = true;};
programs.lazygit = {
enable = true;

View file

@ -28,7 +28,7 @@
# other
element-desktop
bitwarden
bitwarden-desktop
inputs.zen-browser.packages.x86_64-linux.default
];

View file

@ -38,7 +38,6 @@
krita
organicmaps
anki
bookworm
jellyfin-mpv-shim
];
}

View file

@ -1,6 +1,7 @@
{
config,
pkgs,
lib,
...
}: let
modifier = config.windowManager.modifierKey;
@ -13,7 +14,7 @@ in {
email = "tristan.beedell@cryoserver.com";
terminal = false;
};
programs.git.extraConfig = {
programs.git.settings.extraConfig = {
"includeIf \"gitdir:~/Documents/personal/\"" = {
path = "~/Documents/personal/.gitconfig";
};
@ -43,13 +44,8 @@ in {
home.sessionVariables = {
CYPRESS_INSTALL_BINARY = 0;
CYPRESS_RUN_BINARY = "${pkgs.cypress}/bin/Cypress";
MONGOMS_SYSTEM_BINARY = "${pkgs.callPackage ../../pkgs/mongodb.nix pkgs}/bin/mongod";
};
gtk.gtk3.bookmarks = [
"file:///home/tristan/OneDrive/ OneDrive"
];
programs.vscode = {
package = pkgs.vscode;
profiles.default.extensions = with pkgs; [

View file

@ -7,7 +7,7 @@
programs.starship.enable = true;
programs.zsh = {
enable = true;
dotDir = ".config/zsh";
dotDir = "${config.xdg.configHome}/zsh";
history = {
path = "${config.xdg.dataHome}/zsh/zsh_history";
};

View file

@ -28,7 +28,6 @@
playerctl
quickemu
devenv
bottles
];
services.udiskie = {