From 3995c91169d66424de670b8529b1835748ac07c7 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sat, 4 Oct 2025 12:23:52 +0200 Subject: [PATCH] Use cursor from nixpkgs-unstable Run this before you run `nixos-rebuild switch`: ``` sudo nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable sudo nix-channel --update ``` --- configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index ac4f954..0b184e2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -3,8 +3,9 @@ # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). { config, lib, pkgs, ... }: - -{ +let + unstable = import { config = { allowUnfree = true; }; }; +in { nix.settings.experimental-features = [ "nix-command" "flakes" ]; imports = [ # Include the results of the hardware scan. @@ -168,7 +169,7 @@ file gnumake awscli2 - code-cursor + unstable.code-cursor pavucontrol libnotify alsa-tools