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