diff --git a/flake.lock b/flake.lock index 1f1eca5..cd3c702 100644 --- a/flake.lock +++ b/flake.lock @@ -21,21 +21,6 @@ "type": "github" } }, - "crane": { - "locked": { - "lastModified": 1737563566, - "narHash": "sha256-GLJvkOG29XCynQm8XWPyykMRqIhxKcBARVu7Ydrz02M=", - "owner": "ipetkov", - "repo": "crane", - "rev": "849376434956794ebc7a6b487d31aace395392ba", - "type": "github" - }, - "original": { - "owner": "ipetkov", - "repo": "crane", - "type": "github" - } - }, "determinate": { "inputs": { "determinate-nixd-aarch64-darwin": "determinate-nixd-aarch64-darwin", @@ -171,24 +156,6 @@ "type": "github" } }, - "flake-utils": { - "inputs": { - "systems": "systems_2" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "git-hooks-nix": { "inputs": { "flake-compat": [ @@ -224,30 +191,6 @@ "type": "github" } }, - "helix": { - "inputs": { - "crane": "crane", - "flake-utils": "flake-utils", - "nixpkgs": [ - "nixpkgs" - ], - "rust-overlay": "rust-overlay" - }, - "locked": { - "lastModified": 1740691503, - "narHash": "sha256-llpFPiWwR1wMxWTs4DRgeGBaLAc+FflxtHKhP3CC+tg=", - "owner": "mattwparas", - "repo": "helix", - "rev": "21f7a7b6fc73822758822037c12bce018f751952", - "type": "github" - }, - "original": { - "owner": "mattwparas", - "ref": "steel-event-system", - "repo": "helix", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -492,7 +435,6 @@ "agenix": "agenix", "determinate": "determinate", "disko": "disko", - "helix": "helix", "home-manager": "home-manager_2", "nixos": "nixos", "nixos-cosmic": "nixos-cosmic", @@ -502,27 +444,6 @@ "zen-browser": "zen-browser" } }, - "rust-overlay": { - "inputs": { - "nixpkgs": [ - "helix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1737599167, - "narHash": "sha256-S2rHCrQWCDVp63XxL/AQbGr1g5M8Zx14C7Jooa4oM8o=", - "owner": "oxalica", - "repo": "rust-overlay", - "rev": "38374302ae9edf819eac666d1f276d62c712dd06", - "type": "github" - }, - "original": { - "owner": "oxalica", - "repo": "rust-overlay", - "type": "github" - } - }, "systems": { "locked": { "lastModified": 1681028828, @@ -538,21 +459,6 @@ "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" - } - }, "zen-browser": { "inputs": { "nixpkgs": [ diff --git a/flake.nix b/flake.nix index bc8f6f9..ea5473c 100644 --- a/flake.nix +++ b/flake.nix @@ -21,10 +21,10 @@ # url = "github:pjones/plasma-manager"; # inputs.nixpkgs.follows = "nixpkgs"; # }; - helix = { - url = "github:mattwparas/helix/steel-event-system"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # helix = { + # url = "github:mattwparas/helix/steel-event-system"; + # inputs.nixpkgs.follows = "nixpkgs"; + # }; nixos-cosmic = { url = "github:lilyinstarlight/nixos-cosmic"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/users/tao.nix b/users/tao.nix index 2b7a644..e39747b 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -6,6 +6,7 @@ ... }: { users.users.tao.packages = with pkgs; [ + gocryptfs # calibre # davinci-resolve # fractal diff --git a/users/tao/helix.nix b/users/tao/helix.nix index baa51f0..f75b0fa 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -256,6 +256,6 @@ }; enable = true; defaultEditor = true; - package = inputs.helix.packages.${pkgs.system}.default; + # package = inputs.helix.packages.${pkgs.system}.default; }; }