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

View file

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