feat: install element-desktop

This commit is contained in:
Iain Learmonth 2025-07-03 21:26:07 +01:00
parent 89fa2eea02
commit a3c7112549

View file

@ -16,7 +16,9 @@ in
home.homeDirectory =
if lib.strings.hasSuffix "darwin" pkgs.system then "/Users/irl" else "/home/irl";
home.stateVersion = "25.05";
home.packages = with pkgs; [
home.packages =
with pkgs;
[
age
fish
neofetch
@ -24,6 +26,9 @@ in
rust-analyzer
starship
tree
]
++ lib.optionals cfg.gui-packages [
element-desktop
];
home.shellAliases = {
hms =