desktop switch now
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
virtual_audio_devices = true;
|
||||
autostart = true;
|
||||
})
|
||||
<modules/common/gaming>
|
||||
];
|
||||
nixos =
|
||||
{ config, pkgs, ... }:
|
||||
@@ -25,5 +26,13 @@
|
||||
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
|
||||
};
|
||||
};
|
||||
homeManager =
|
||||
{ home, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
legcord
|
||||
telegram
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user