Adding element-desktop and expanding README

This commit is contained in:
Annika Merris 2024-05-10 14:01:53 -04:00
parent 911953934f
commit 37d5fba9b0
2 changed files with 8 additions and 0 deletions

View file

@ -3,3 +3,9 @@
My work towards NixOS config following vimjoyer's guides.
Starting with https://www.youtube.com/watch?v=a67Sv4Mbxmc
## Commands to run for this (Mostly so I can stop googling this)
```bash
sudo nixos-rebuild switch --flake /home/annika/nixos
```

View file

@ -119,6 +119,7 @@
prusa-slicer
helvum
python3
element.desktop
];
# Some programs need SUID wrappers, can be configured further or are
@ -133,6 +134,7 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.flatpak.enable = true;
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;