Feature: New Jupiter Server machine

This commit is contained in:
marthsincemelee
2023-10-13 22:45:35 +02:00
parent 718a1d97d1
commit fa7587edf0
3 changed files with 64 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# enabled profiles
{ config, lib, ... }:
let
secrets = config.sops.secrets;
in
{
my.profiles = {
hyprland.enable = false;
zsh.enable = true;
apps = {
desktop_apps = false;
dev_apps = true;
gnome_apps = false;
};
};
my.hardware = {
bluetooth.enable = true;
};
}