From de83c4a4fca523a65ddc750b4259d589b0203336 Mon Sep 17 00:00:00 2001 From: installer Date: Sun, 19 May 2024 15:46:09 -0500 Subject: [PATCH] Updated the neofetch alias, I removed it for some reason --- hosts/default/hardware.nix | 7 ++++++- hosts/default/home.nix | 1 + hosts/familypc/home.nix | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/hosts/default/hardware.nix b/hosts/default/hardware.nix index 5290e86..2a60927 100644 --- a/hosts/default/hardware.nix +++ b/hosts/default/hardware.nix @@ -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"; diff --git a/hosts/default/home.nix b/hosts/default/home.nix index ca79239..ba12ac7 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -407,6 +407,7 @@ in la = "lsd -a"; lal = "lsd -al"; ".." = "cd .."; + neofetch="neofetch --ascii ~/.config/ascii-neofetch"; }; }; home-manager.enable = true; diff --git a/hosts/familypc/home.nix b/hosts/familypc/home.nix index 3643fa5..768e41c 100644 --- a/hosts/familypc/home.nix +++ b/hosts/familypc/home.nix @@ -431,6 +431,7 @@ in la = "lsd -a"; lal = "lsd -al"; ".." = "cd .."; + neofetch="neofetch --ascii ~/.config/ascii-neofetch"; }; }; home-manager.enable = true;