Unify the profiles

Make it so that the profiles build on each other.
This commit is contained in:
Andreas Zweili 2024-02-05 21:12:36 +01:00
parent cf613b32db
commit 652b400660
3 changed files with 2 additions and 8 deletions

View File

@ -16,17 +16,11 @@ in
programs = {
az-alacritty.enable = true;
az-czkawka.enable = true;
az-emacs.enable = true;
az-email.enable = true;
az-evince.enable = true;
az-hunspell.enable = true;
az-keeweb.enable = true;
az-mpv.enable = true;
az-open-port.enable = true;
az-signal.enable = true;
az-ssh.enable = true;
az-telegram.enable = true;
az-tmux.enable = true;
bash = {
shellAliases = {
management-server = "mosh ${config.home.username}@10.7.89.150 -- tmux new -A -s 0";

View File

@ -20,7 +20,7 @@ let
'';
in
{
imports = [ "${inputs.self}/home-manager/modules" ];
imports = [ "${inputs.self}/home-manager/profiles/management.nix" ];
home = {
packages = with pkgs; [
digikam

View File

@ -1,6 +1,6 @@
{ inputs, pkgs, ... }:
{
imports = [ "${inputs.self}/home-manager/modules" ];
imports = [ "${inputs.self}/home-manager/profiles/headless.nix" ];
home = {
packages = with pkgs; [