diff --git a/README.md b/README.md index d0db659..2df2a70 100644 --- a/README.md +++ b/README.md @@ -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 +``` diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index 9525cf7..8019eed 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -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;