mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-21 22:23:09 +01:00
Updated the neofetch alias, I removed it for some reason
This commit is contained in:
parent
c955cb80be
commit
de83c4a4fc
@ -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";
|
||||
|
@ -407,6 +407,7 @@ in
|
||||
la = "lsd -a";
|
||||
lal = "lsd -al";
|
||||
".." = "cd ..";
|
||||
neofetch="neofetch --ascii ~/.config/ascii-neofetch";
|
||||
};
|
||||
};
|
||||
home-manager.enable = true;
|
||||
|
@ -431,6 +431,7 @@ in
|
||||
la = "lsd -a";
|
||||
lal = "lsd -al";
|
||||
".." = "cd ..";
|
||||
neofetch="neofetch --ascii ~/.config/ascii-neofetch";
|
||||
};
|
||||
};
|
||||
home-manager.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user