Skip to content

10 Essential Things To Do After Installing NixOS | Maximizing NixOS Potential

  • by



If you’ve just installed NixOS, it’s time to optimize your experience. In “10 Essential Things To Do After Installing NixOS,” we walk you through vital tasks to harness NixOS’s power. Whether you’re new or experienced, these 10 steps will elevate your system.

Dual Boot NixOS and Windows 11:

NTFS Support:-
boot.supportedFilesystems = [ “ntfs” ];
Flatpak:-
services.flatpak.enable = true;
Open SSH
services.openssh.enable = true;
Bootloader Commands:-
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.enable = true;
boot.loader.grub.devices = [ “nodev” ];
boot.loader.grub.efiSupport = true;
boot.loader.grub.useOSProber = true;

Time Stamp:-
00:00 – Introduction
00:49 – Update Nixos
01:30 – Backup Config Files
02:47 – Install Brave using nix-env
04:26 – Install Gnome Tweaks Tool
05:54 – Enable OpenSSH Service
08:30 – Enable NTFS Support
10:40 – Install Flatpak
13:06 – Install Software using the…

Send this to a friend