update oren to new common flake modules

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-18 15:43:08 -05:00
parent 02b89592d1
commit ec7b724091
3 changed files with 67 additions and 77 deletions

View file

@ -32,6 +32,11 @@
(
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
lua
qdirstat
];
ringofstorms_common = {
systemName = configuration_name;
boot.systemd.enable = true;