update oren to new common flake modules
This commit is contained in:
parent
ea4f2d0461
commit
24ab38baed
2 changed files with 155 additions and 390 deletions
543
hosts/oren/flake.lock
generated
543
hosts/oren/flake.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue