mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -05:00
Adding element-desktop and expanding README
This commit is contained in:
parent
911953934f
commit
37d5fba9b0
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue