misc: update git from MBP
This commit is contained in:
+4
-1
@@ -23,7 +23,6 @@
|
||||
fi
|
||||
'';
|
||||
envExtra = ''
|
||||
export EDITOR=vim
|
||||
alias cls=clear
|
||||
'';
|
||||
};
|
||||
@@ -63,4 +62,8 @@
|
||||
# only needed for Sway
|
||||
XDG_CURRENT_DESKTOP = "sway";
|
||||
};
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ in
|
||||
export WINIT_UNIX_BACKEND=x11
|
||||
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; [
|
||||
noto-fonts
|
||||
|
||||
@@ -83,7 +83,6 @@
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
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
|
||||
git
|
||||
asahi-bless
|
||||
|
||||
Executable
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user