From 4cc5d96857c4fec772acee99e7e124058690a365 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 31 Mar 2026 22:08:22 +0530 Subject: euo & exa -> eza --- hardware-configuration.nix | 31 ------------------------------- install.sh | 2 ++ nixos/home.nix | 2 ++ 3 files changed, 4 insertions(+), 31 deletions(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 8f55e8b..e69de29 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -1,31 +0,0 @@ -# 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, pkgs, modulesPath, ... }: - -{ - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; - - boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/aadeb47f-49f3-4052-b061-6d02fd0165cb"; - fsType = "ext4"; - }; - - fileSystems."/boot/efi" = - { device = "/dev/disk/by-uuid/111C-A2C4"; - fsType = "vfat"; - options = [ "fmask=0022" "dmask=0022" ]; - }; - - swapDevices = [ ]; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} diff --git a/install.sh b/install.sh index fbaec04..192e5d2 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -euo pipefail + echo "Inserting files..." sudo cp -r Wallpapers ~/Pictures diff --git a/nixos/home.nix b/nixos/home.nix index c37e743..19d8e1b 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -63,6 +63,8 @@ alias py=python alias tmux="tmux -u" alias snvim="sudo -E -s nvim" alias ls="eza" +alias l="eza -bghHliS" +alias tree="eza -TL 2" alias cat="bat" alias find="fd" alias cloc="tokei" -- cgit v1.2.3