From 8cb090178acb0101aecaa28ecc4406434e6ca482 Mon Sep 17 00:00:00 2001 From: oqyude Date: Thu, 15 Jan 2026 20:14:35 +0300 Subject: [PATCH] 123 --- configurations/mini-laptop.nix | 4 +-- flake.lock | 61 +--------------------------------- 2 files changed, 3 insertions(+), 62 deletions(-) diff --git a/configurations/mini-laptop.nix b/configurations/mini-laptop.nix index 284e0e5..50ae96c 100644 --- a/configurations/mini-laptop.nix +++ b/configurations/mini-laptop.nix @@ -31,8 +31,8 @@ let }; }; - fileSystems."${xlib.dirs.vetymae-drive}" = { - device = "/dev/disk/by-uuid/6408433908430A0E"; + fileSystems."${xlib.dirs.lamet-drive}" = { + device = "/dev/disk/by-uuid/DC76BD3576BD116E"; fsType = "ntfs3"; options = [ "defaults" diff --git a/flake.lock b/flake.lock index 6ab9c52..b67183c 100755 --- a/flake.lock +++ b/flake.lock @@ -82,27 +82,6 @@ "type": "github" } }, - "flake-parts": { - "inputs": { - "nixpkgs-lib": [ - "nixvim", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1765835352, - "narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "a34fae9c08a15ad73f295041fec82323541400a9", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, "flake-utils": { "locked": { "lastModified": 1652776076, @@ -289,28 +268,6 @@ "type": "github" } }, - "nixvim": { - "inputs": { - "flake-parts": "flake-parts", - "nixpkgs": [ - "nixpkgs" - ], - "systems": "systems" - }, - "locked": { - "lastModified": 1767906546, - "narHash": "sha256-AoSWS8+P+7hQ/jIdv0wBjgH1MvnerdWBFXO4GV3JoQs=", - "owner": "nix-community", - "repo": "nixvim", - "rev": "7eb8f36f085b85a2aeff929aff52d0f6aa14e000", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nixvim", - "type": "github" - } - }, "nypkgs": { "inputs": { "nixpkgs": [ @@ -390,7 +347,6 @@ "nixpkgs": "nixpkgs", "nixpkgs-master": "nixpkgs-master", "nixpkgs-stable": "nixpkgs-stable", - "nixvim": "nixvim", "nypkgs": "nypkgs", "plasma-manager": "plasma-manager", "sops-nix": "sops-nix", @@ -435,24 +391,9 @@ "type": "github" } }, - "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, "utils": { "inputs": { - "systems": "systems_2" + "systems": "systems" }, "locked": { "lastModified": 1731533236,