From d06784958d73159b5e4abafe5114804662114ed7 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 9 Jul 2026 22:15:53 -0400 Subject: move ubersicht modules in tree --- users/ryan/modules/simple-bar/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'users/ryan/modules/simple-bar/default.nix') diff --git a/users/ryan/modules/simple-bar/default.nix b/users/ryan/modules/simple-bar/default.nix index 116216f..a309f61 100644 --- a/users/ryan/modules/simple-bar/default.nix +++ b/users/ryan/modules/simple-bar/default.nix @@ -4,12 +4,7 @@ with lib; let cfg = config.ryan.simple-bar; - # Fetch the git repo at a specific rev - "simple-bar-upstream" = builtins.fetchGit { - url = "https://github.com/Jean-Tinland/simple-bar"; - rev = "fb5cada548a05bd01f727772c0a18fd8c7f65b42"; - shallow = true; - }; + "simple-bar-upstream" = ./simple-bar-source in { options.ryan.simple-bar.enable = mkEnableOption "simple-bar"; -- cgit v1.3