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 =
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue