commit deed7769126acd547f69a43729a89945b098c58d parent b7c43b1f0748839946ab1c80f65ff205ff5e9ebd Author: breadcat <breadcat@users.noreply.github.com> Date: Tue, 27 Jan 2026 12:45:01 +0000 Fix indentation Diffstat:
| M | machines/atlas.nix | | | 49 | +++++++++++++++++++++++++------------------------ |
1 file changed, 25 insertions(+), 24 deletions(-)
diff --git a/machines/atlas.nix b/machines/atlas.nix @@ -37,30 +37,31 @@ let machine = "atlas"; in { ../scripts/xdb.nix ]; home-manager.users.${username} = {pkgs, ...}: { imports = [ - ../home/alacritty.nix - ../home/clipse.nix - ../home/cursor.nix - ../home/espanso.nix - ../home/firefox.nix - ../home/fish.nix - ../home/git.nix - ../home/htop.nix - ../home/hypridle.nix - ../home/hyprland.nix - ../home/hyprland-numlock.nix - ../home/iamb.nix - ../home/lf.nix - ../home/mpv.nix - ../home/neovim.nix - ../home/newsboat.nix - ../home/rbw.nix - ../home/rclone.nix - ../home/ssh.nix - ../home/tofi.nix - ../home/yt-dlp.nix - ]; - home.stateVersion = "24.11"; - }; + ../home/alacritty.nix + ../home/clipse.nix + ../home/cursor.nix + ../home/espanso.nix + ../home/firefox.nix + ../home/fish.nix + ../home/git.nix + ../home/htop.nix + ../home/hypridle.nix + ../home/hyprland-numlock.nix + ../home/hyprland.nix + ../home/iamb.nix + ../home/keyring.nix + ../home/lf.nix + ../home/mpv.nix + ../home/neovim.nix + ../home/newsboat.nix + ../home/rbw.nix + ../home/rclone.nix + ../home/ssh.nix + ../home/tofi.nix + ../home/yt-dlp.nix + ]; + home.stateVersion = "24.11"; +}; # Hardware and system boot.initrd = { availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ]; };