No description
Find a file
Aleksandr Lebedev 277951e25f Tablet improvements
- rnote for note taking
- nautilus home module
- improved on screen keyboard (added russian and improved english)
2025-08-31 15:14:25 +02:00
checks Server, deploy-rs 2025-08-10 11:48:47 +02:00
homes/x86_64-linux Tablet improvements 2025-08-31 15:14:25 +02:00
lib fixed home manager session variables 2025-08-11 15:35:34 +02:00
modules Tablet improvements 2025-08-31 15:14:25 +02:00
overlays continuwuity from nixpkgs 2025-08-12 01:12:00 +02:00
packages Tablet improvements 2025-08-31 15:14:25 +02:00
shells/default continuwuity from nixpkgs 2025-08-12 01:12:00 +02:00
systems/x86_64-linux Tablet Mode Service 2025-08-17 02:58:25 +02:00
templates snowfall migration wip fixed user config 2025-08-09 17:19:12 +02:00
flake.lock Update (cachyos kernel doesn't build) 2025-08-30 16:34:12 +02:00
flake.nix Update (cachyos kernel doesn't build) 2025-08-30 16:34:12 +02:00
README.md Updated neovim 2025-01-13 15:16:03 +01:00

NixOS Config

Apply cloned config

sudo nixos-rebuild switch --flake ~/nixos-config#kylekrein-homepc

Rebuild system

nh os switch

Generate hardware report

sudo nix run \
  --option experimental-features "nix-command flakes" \
  --option extra-substituters https://numtide.cachix.org \
  --option extra-trusted-public-keys numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE= \
  github:numtide/nixos-facter -- -o facter.json

Install system

Assuming that you're in nixos installer

sudo nix --extra-experimental-features "flakes nix-command" run github:nix-community/disko -- --mode zap_create_mount --flake github:KyleKrein/nixos-config#kylekrein-homepc

Copy sops age keys to /persist/sops/age/keys.txt or to /var/lib/sops/age/keys.txt if not using impermanence

sudo mkdir /mnt/tmp && TMPDIR=/mnt/tmp sudo nixos-install --flake github:KyleKrein/nixos-config#kylekrein-homepc --no-root-passwd && sudo rm -rf /mnt/tmp