diff --git a/flake.lock b/flake.lock index e1c84df..553a9ce 100644 --- a/flake.lock +++ b/flake.lock @@ -105,18 +105,14 @@ ] }, "locked": { - "lastModified": 1772870050, - "narHash": "sha256-il+K3xjwpb68ojPNt5yEF+TqTHWAiIBaXU0QMhw5ek8=", - "owner": "cry128", - "repo": "cerulean", - "rev": "7bd81f84e6c0c47e62e3498508e018d2a1a8c7e4", - "type": "github" + "lastModified": 1772890888, + "narHash": "sha256-fJ73wGR6h71ItlUIXlHvQpGbbwE6WA5Bjjs3n4kJ6tM=", + "path": "/home/me/cry/mk/cerulean", + "type": "path" }, "original": { - "owner": "cry128", - "ref": "bleeding", - "repo": "cerulean", - "type": "github" + "path": "/home/me/cry/mk/cerulean", + "type": "path" } }, "curl-src": { diff --git a/flake.nix b/flake.nix index cd28d3d..c901398 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,8 @@ nt.url = "git+https://tearforge.net/cry/nt"; cerulean = { - url = "github:cry128/cerulean/bleeding"; + # url = "github:cry128/cerulean/bleeding"; + url = "/home/me/cry/mk/cerulean"; inputs = { nt.follows = "nt"; systems.follows = "systems"; diff --git a/homes/cry/default.nix b/homes/cry/default.nix index 4ff9b0a..2403b1d 100644 --- a/homes/cry/default.nix +++ b/homes/cry/default.nix @@ -1,8 +1,4 @@ {...}: { - nixpkgs = { - config.allowUnfree = false; - }; - imports = [ ../modules/fish.nix ../modules/bat.nix diff --git a/homes/me/default.nix b/homes/me/default.nix index 32130dc..3a9855a 100755 --- a/homes/me/default.nix +++ b/homes/me/default.nix @@ -27,15 +27,8 @@ ../modules/mako.nix ]; - nixpkgs.config.allowUnfreePredicate = pkg: - builtins.elem (lib.GetName pkg) [ - # "vscode-extension-ms-dotnettools-csharp" - "spotify" - ]; - home = { username = "me"; - homeDirectory = "/home/me"; shellAliases = { # rebuild = "sudo nixos-rebuild switch --flake /home/me/flake --show-trace"; @@ -49,7 +42,6 @@ sessionVariables = { NIX_SHELL_PRESERVE_PROMPT = 1; }; - pointerCursor = { gtk.enable = true; # x11.enable = true # dont enable since im on hyprland @@ -101,7 +93,6 @@ programs = { # these are both required for home-manager to work home-manager.enable = true; - hyfetch = { enable = true; settings = {