Merge branch 'main' of github.com:FredzyW/nix

This commit is contained in:
FredzyW 2024-11-11 16:15:45 +01:00
commit d7819b7e49
8 changed files with 48 additions and 168 deletions

View file

@ -3,7 +3,7 @@ let
dwm = pkgs.dwm.overrideAttrs (old: {
src = builtins.fetchGit {
url = "https://github.com/FredzyW/dwm-conf.git";
rev = "48302683403ca7457590c0a55c73ab5cc7e4113a";
rev = "3b9d96ece2c814a1c50d59de68587b2a4eee4ff8";
};
nativeBuildInputs = with pkgs; [
xorg.libX11.dev

View file

@ -48,7 +48,7 @@
home="home-manager switch --flake $HM_DIR";
reb="sudo nixos-rebuild switch --flake $SYSTEM_DIR";
cam="jira issue create && jira issue assign && jira issue move";
latest="git log | head -1 | awk '{print $2;}' | xsel -i";
latest="git log | head -1 | awk '{print $2;}' | xsel -ib";
};
interactiveShellInit = ''
fish_vi_key_bindings

View file

@ -3,18 +3,18 @@
programs.kitty = {
enable = true;
font = if myhostname == "laptop" then {
name = "FiraCode Nerd Font Bold";
size = 24;
# name = "Iosevka Nerd Font Bold";
name = "ComicShannsMono Nerd Font Bold";
size = 20;
} else {
name = "FiraCode Nerd Font Bold";
# name = "Iosevka Nerd Font Bold";
name = "ComicShannsMono Nerd Font Bold";
size = 13;
};
shellIntegration = {
mode = "no-cursor";
};
# theme = "Catppuccin-Latte";
theme = "Catppuccin-Mocha";
# theme = "Catppuccin-Macchiato";
settings = {
confirm_os_window_close = 2;
cursor_shape = "block";

View file

@ -25,6 +25,7 @@
'';
}
fw-pkgs.tmuxPlugins.spotify
fw-pkgs.tmuxPlugins.tmux-fzf-window
{
plugin = fw-pkgs.tmuxPlugins.minimal;
extraConfig = ''