Skip to content

VAWVAW/nixos-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My NixOS configurations

modeled after misterio's config.

Installation

Partition layout

boot partition

  • Label: "BOOT"
  • optional with "boot-partition.nix"
  • type: vfat

luks2 partition

  • Label: "system_crypt"
  • contains: btrfs partition
    • Label: "system_partition"
    • subvolumes:
      • "${hostname}"
        • "root": blank subvolume; mountpoint: "/"
        • "root-blank": readonly snapshot of "root"; not mounted
        • "nix": mountpoint: "/nix"
        • "backed_up": persistent and backed up data; mountpoint: "/backed_up"
        • "persist": persistent data; mountpoint: "/persist"
        • "swap": optional with "btrfs-swapfile.nix"; mountpoint: "/swap"; contains: "swapfile" swapfile

Nixvim

To run my neovim config use nix run .#nixvim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages