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,15 +16,20 @@ in
home.homeDirectory = home.homeDirectory =
if lib.strings.hasSuffix "darwin" pkgs.system then "/Users/irl" else "/home/irl"; if lib.strings.hasSuffix "darwin" pkgs.system then "/Users/irl" else "/home/irl";
home.stateVersion = "25.05"; home.stateVersion = "25.05";
home.packages = with pkgs; [ home.packages =
age with pkgs;
fish [
neofetch age
nil fish
rust-analyzer neofetch
starship nil
tree rust-analyzer
]; starship
tree
]
++ lib.optionals cfg.gui-packages [
element-desktop
];
home.shellAliases = { home.shellAliases = {
hms = hms =
"home-manager switch --flake ~/.config/nix-configs#irl" "home-manager switch --flake ~/.config/nix-configs#irl"