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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue