More changes

This commit is contained in:
FredzyW 2024-10-31 22:47:27 +01:00
parent fd16d84fe3
commit 96263bf7af
6 changed files with 7 additions and 9 deletions

View file

@ -31,7 +31,7 @@
family = "FiraCode Nerd Font";
style = "Regular";
};
size = 14;
size = 13;
};
colors = {
primary = {

View file

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

View file

@ -51,6 +51,7 @@
latest="git log | head -1 | awk '{print $2;}' | xsel -i";
};
interactiveShellInit = ''
fish_vi_key_bindings
set fish_greeting # Disable greeting
set FLAKE_DIR "/home/fw/nix"
set HM_DIR "$FLAKE_DIR#fw@jobb"

View file

@ -4,11 +4,8 @@
enable = true;
plugins = with pkgs; [
rofi-calc
rofi-bluetooth
rofi-screenshot
rofi-power-menu
rofi-pulse-select
pinentry-rofi
];
font = "FiraCode NerdFont 17";
};
}