bump
This commit is contained in:
parent
55ce5c70f6
commit
fbab7ca2a2
2 changed files with 2 additions and 4 deletions
|
|
@ -14,7 +14,7 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/ca11e901-08e3-4655-89b6-6663e3a7d5c5";
|
||||
{ device = "/dev/disk/by-uuid/07f76e3c-2dcf-4cda-99bf-657f1dc5885f";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
# Add user's bin directory to PATH and set up environment variables
|
||||
environment.shellInit = ''
|
||||
if [ -d $HOME/.cargo/bin ]; then
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
|
|
@ -12,7 +11,6 @@
|
|||
fi
|
||||
'';
|
||||
|
||||
# Setup development environment variables
|
||||
environment.variables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
|
|
@ -33,11 +31,11 @@
|
|||
"/bin"
|
||||
];
|
||||
|
||||
# Terminal utilities
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
tmux
|
||||
htop
|
||||
btop
|
||||
bat
|
||||
ripgrep
|
||||
fd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue