Updated the neofetch alias, I removed it for some reason

This commit is contained in:
installer 2024-05-19 15:46:09 -05:00
parent c955cb80be
commit de83c4a4fc
3 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, modulesPath, ... }:
{ config, lib, username, modulesPath, ... }:
{
imports =
@ -18,6 +18,11 @@
fsType = "ext4";
};
# fileSystems."/home/${username}/nfs" =
# { device = "/dev/disk/by-uuid/55555555-5555-5555-5555-555555555555";
# fsType = "nfs";
# };
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/7CBF-413D";
fsType = "vfat";

View File

@ -407,6 +407,7 @@ in
la = "lsd -a";
lal = "lsd -al";
".." = "cd ..";
neofetch="neofetch --ascii ~/.config/ascii-neofetch";
};
};
home-manager.enable = true;

View File

@ -431,6 +431,7 @@ in
la = "lsd -a";
lal = "lsd -al";
".." = "cd ..";
neofetch="neofetch --ascii ~/.config/ascii-neofetch";
};
};
home-manager.enable = true;