feat: install element-desktop
This commit is contained in:
parent
89fa2eea02
commit
a3c7112549
1 changed files with 14 additions and 9 deletions
23
home/irl.nix
23
home/irl.nix
|
@ -16,15 +16,20 @@ in
|
|||
home.homeDirectory =
|
||||
if lib.strings.hasSuffix "darwin" pkgs.system then "/Users/irl" else "/home/irl";
|
||||
home.stateVersion = "25.05";
|
||||
home.packages = with pkgs; [
|
||||
age
|
||||
fish
|
||||
neofetch
|
||||
nil
|
||||
rust-analyzer
|
||||
starship
|
||||
tree
|
||||
];
|
||||
home.packages =
|
||||
with pkgs;
|
||||
[
|
||||
age
|
||||
fish
|
||||
neofetch
|
||||
nil
|
||||
rust-analyzer
|
||||
starship
|
||||
tree
|
||||
]
|
||||
++ lib.optionals cfg.gui-packages [
|
||||
element-desktop
|
||||
];
|
||||
home.shellAliases = {
|
||||
hms =
|
||||
"home-manager switch --flake ~/.config/nix-configs#irl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue