update oren to new common flake modules

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-18 16:16:06 -05:00
parent ea4f2d0461
commit 24ab38baed
2 changed files with 155 additions and 390 deletions

543
hosts/oren/flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -30,7 +30,6 @@
ros_neovim.nixosModules.default ros_neovim.nixosModules.default
./configuration.nix ./configuration.nix
./hardware-configuration.nix ./hardware-configuration.nix
(import ./containers.nix { inherit inputs; })
( (
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
@ -87,6 +86,7 @@
homeManager = { homeManager = {
users = { users = {
josh = { josh = {
components.kitty.font_size = 20.0;
imports = with common.homeManagerModules; [ imports = with common.homeManagerModules; [
zsh zsh
ssh ssh