This commit is contained in:
marty 2026-05-19 12:48:51 +02:00
parent ce82b29a96
commit 9cac325698
9 changed files with 110 additions and 61 deletions

View file

@ -6,6 +6,9 @@
}:
{
imports = [
../../modules/device/laptop.nix
];
config = {
user = {
userName = "marty";

View file

@ -20,6 +20,7 @@
locale = "de_DE.UTF-8";
hostname = "marty-pc";
};
server.media.stump.enable = true;
apps = {
audio = {
base.enable = true;