popos: new host and running vira

This commit is contained in:
Sridhar Ratnakumar 2025-10-04 11:55:08 -04:00
parent 3b6b360cf5
commit 48d4990c5b

View file

@ -1,6 +1,3 @@
# This machine uses Omarchy
#
# So we consciously pick what we need
{ flake, ... }:
let
inherit (flake) inputs;
@ -17,6 +14,7 @@ in
"${homeMod}/all/bash.nix"
"${homeMod}/all/terminal.nix"
# "${homeMod}/all/1password.nix"
(self + /modules/home/all/vira.nix)
];
home.username = "srid";