update oren to new common flake modules
This commit is contained in:
parent
02b89592d1
commit
ec7b724091
3 changed files with 67 additions and 77 deletions
|
@ -32,6 +32,11 @@
|
|||
(
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
lua
|
||||
qdirstat
|
||||
];
|
||||
|
||||
ringofstorms_common = {
|
||||
systemName = configuration_name;
|
||||
boot.systemd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue