created second machine "mibook" for testing

This commit is contained in:
fmarkwitz
2023-07-03 11:46:07 +02:00
parent beddbee7c3
commit bd0d018748
5 changed files with 69 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
# enabled profiles
{ config, lib, ... }:
let
secrets = config.sops.secrets;
in
{
my.profiles = {
hyprland.enable = true;
zsh.enable = true;
apps = {
desktop_apps = true;
dev_apps = true;
};
};
}