From a95bc4db393b4840480fbfc8ece17a04dfa8dceb Mon Sep 17 00:00:00 2001 From: Matt Jallen Date: Mon, 9 Feb 2026 18:04:24 -0600 Subject: [PATCH] cache --- flake.lock | 114 +----------------- flake.nix | 11 -- .../x86_64-linux/matt@matt-nixos/default.nix | 29 ----- modules/nixos/home/default.nix | 1 - modules/nixos/nix/default.nix | 2 +- 5 files changed, 3 insertions(+), 154 deletions(-) diff --git a/flake.lock b/flake.lock index 58db7ad..184d061 100644 --- a/flake.lock +++ b/flake.lock @@ -221,24 +221,6 @@ "type": "github" } }, - "end4-dotfiles": { - "flake": false, - "locked": { - "lastModified": 1770579412, - "narHash": "sha256-lkJZZwLHCKWH6/ZN/l8H4zOvrUbYr5X4LAWWIXNS20E=", - "ref": "refs/heads/main", - "rev": "04356810321fa888d5a3e1e6939dcbe09a95a8f6", - "revCount": 5892, - "submodules": true, - "type": "git", - "url": "https://github.com/end-4/dots-hyprland" - }, - "original": { - "submodules": true, - "type": "git", - "url": "https://github.com/end-4/dots-hyprland" - } - }, "firefox-gnome-theme": { "flake": false, "locked": { @@ -353,28 +335,6 @@ } }, "flake-parts_2": { - "inputs": { - "nixpkgs-lib": [ - "illogical-flake", - "nur", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1733312601, - "narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, - "flake-parts_3": { "inputs": { "nixpkgs-lib": [ "stylix", @@ -680,31 +640,6 @@ "type": "github" } }, - "illogical-flake": { - "inputs": { - "dotfiles": [ - "end4-dotfiles" - ], - "nixpkgs": [ - "nixpkgs" - ], - "nur": "nur", - "quickshell": "quickshell" - }, - "locked": { - "lastModified": 1769877676, - "narHash": "sha256-EnGvLmdsst9ldckIyNCN68qv8LzZ8ncY/FCo/rARzho=", - "owner": "soymou", - "repo": "illogical-flake", - "rev": "ff37fa16e759ee30e42176611e590d37672f1b5f", - "type": "github" - }, - "original": { - "owner": "soymou", - "repo": "illogical-flake", - "type": "github" - } - }, "impermanence": { "inputs": { "home-manager": "home-manager_2", @@ -1213,28 +1148,6 @@ } }, "nur": { - "inputs": { - "flake-parts": "flake-parts_2", - "nixpkgs": [ - "illogical-flake", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1769182372, - "narHash": "sha256-I5WJ39YMaV+psYbli6rlUaiJOSoC2OwEXOF338d7zdE=", - "owner": "nix-community", - "repo": "NUR", - "rev": "0e6e5ff852c442598d1ae8ca5f042947f123f798", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "NUR", - "type": "github" - } - }, - "nur_2": { "inputs": { "flake-parts": [ "stylix", @@ -1354,40 +1267,17 @@ "type": "github" } }, - "quickshell": { - "inputs": { - "nixpkgs": [ - "illogical-flake", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1768985439, - "narHash": "sha256-qkU4r+l+UPz4dutMMRZSin64HuVZkEv9iFpu9yMWVY0=", - "ref": "refs/heads/master", - "rev": "191085a8821b35680bba16ce5411fc9dbe912237", - "revCount": 731, - "type": "git", - "url": "https://git.outfoxxed.me/outfoxxed/quickshell" - }, - "original": { - "type": "git", - "url": "https://git.outfoxxed.me/outfoxxed/quickshell" - } - }, "root": { "inputs": { "authentik-nix": "authentik-nix", "cosmic": "cosmic", "darwin": "darwin", "disko": "disko", - "end4-dotfiles": "end4-dotfiles", "home-manager": "home-manager", "home-manager-stable": "home-manager-stable", "home-manager-unstable": "home-manager-unstable", "homebrew-cask": "homebrew-cask", "homebrew-core": "homebrew-core", - "illogical-flake": "illogical-flake", "impermanence": "impermanence", "lanzaboote": "lanzaboote", "lsfg-vk": "lsfg-vk", @@ -1522,12 +1412,12 @@ "base16-helix": "base16-helix", "base16-vim": "base16-vim", "firefox-gnome-theme": "firefox-gnome-theme", - "flake-parts": "flake-parts_3", + "flake-parts": "flake-parts_2", "gnome-shell": "gnome-shell", "nixpkgs": [ "nixpkgs" ], - "nur": "nur_2", + "nur": "nur", "systems": "systems_4", "tinted-foot": "tinted-foot", "tinted-kitty": "tinted-kitty", diff --git a/flake.nix b/flake.nix index b337165..9b934de 100644 --- a/flake.nix +++ b/flake.nix @@ -111,16 +111,6 @@ url = "github:nix-community/stylix"; inputs.nixpkgs.follows = "nixpkgs"; }; - - end4-dotfiles = { - url = "git+https://github.com/end-4/dots-hyprland?submodules=1"; - flake = false; - }; - illogical-flake = { - url = "github:soymou/illogical-flake"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.dotfiles.follows = "end4-dotfiles"; - }; }; # We will handle this in the next section. @@ -151,7 +141,6 @@ modules.home = with inputs; [ nix-index-database.homeManagerModules.nix-index - illogical-flake.homeManagerModules.default ]; # common darwin modules diff --git a/homes/x86_64-linux/matt@matt-nixos/default.nix b/homes/x86_64-linux/matt@matt-nixos/default.nix index 4f70e80..f34b75a 100755 --- a/homes/x86_64-linux/matt@matt-nixos/default.nix +++ b/homes/x86_64-linux/matt@matt-nixos/default.nix @@ -194,35 +194,6 @@ in ]); specialisation = { - "end4".configuration = { - programs = { - illogical-impulse = { - enable = true; - - dotfiles = { - fish = lib.mkForce disabled; - starship = lib.mkForce disabled; - }; - - hyprland.plugins = [ - pkgs.hyprlandPlugins.hyprbars - pkgs.hyprlandPlugins.hyprexpo - ]; - }; - }; - stylix.targets.qt = lib.mkForce disabled; - ${namespace} = { - programs = { - mako = lib.mkForce disabled; - nwg-dock = lib.mkForce disabled; - nwg-drawer = lib.mkForce disabled; - nwg-panel = lib.mkForce disabled; - waybar = lib.mkForce disabled; - wlogout = lib.mkForce disabled; - wofi = lib.mkForce disabled; - }; - }; - }; "cosmic".configuration = { ${namespace} = { programs = { diff --git a/modules/nixos/home/default.nix b/modules/nixos/home/default.nix index bbd722b..ff4dc2c 100644 --- a/modules/nixos/home/default.nix +++ b/modules/nixos/home/default.nix @@ -66,7 +66,6 @@ in nix-plist-manager.homeManagerModules.default nix-index-database.homeModules.nix-index stylix.homeModules.stylix - illogical-flake.homeManagerModules.default # Add any other external HM modules here ] ++ (if (!isArm) then with inputs; [ steam-rom-manager.homeManagerModules.default ] else [ ]) diff --git a/modules/nixos/nix/default.nix b/modules/nixos/nix/default.nix index 89e68b1..710dc39 100644 --- a/modules/nixos/nix/default.nix +++ b/modules/nixos/nix/default.nix @@ -9,7 +9,7 @@ settings = { # extra-sandbox-paths = [ config.programs.ccache.cacheDir ]; substituters = [ - "https://cache.mjallen.dev/jallen-cache" + "http://jallen-nas.local:9012/jallen-cache" "https://nixos-apple-silicon.cachix.org" "https://nixos-raspberrypi.cachix.org" "https://nix-community.cachix.org"