misc: update git from MBP

This commit is contained in:
2025-05-29 12:56:38 +01:00
parent 6ca9a44e24
commit 8c8faa5d3e
5 changed files with 5 additions and 3 deletions
+4 -1
View File
@@ -23,7 +23,6 @@
fi fi
''; '';
envExtra = '' envExtra = ''
export EDITOR=vim
alias cls=clear alias cls=clear
''; '';
}; };
@@ -63,4 +62,8 @@
# only needed for Sway # only needed for Sway
XDG_CURRENT_DESKTOP = "sway"; XDG_CURRENT_DESKTOP = "sway";
}; };
programs.vim = {
enable = true;
defaultEditor = true;
};
} }
+1 -1
View File
@@ -24,7 +24,7 @@ in
export WINIT_UNIX_BACKEND=x11 export WINIT_UNIX_BACKEND=x11
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
''; '';
extraPackages = with pkgs; [ brightnessctl foot grim swayidle swaylock i3status-rust sway-launcher-desktop dunst ]; extraPackages = with pkgs; [ brightnessctl foot grim swayidle swaylock i3status-rust sway-launcher-desktop dunst pavucontrol ];
}; };
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
noto-fonts noto-fonts
@@ -83,7 +83,6 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget # wget
git git
asahi-bless asahi-bless
Binary file not shown.
Binary file not shown.