diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-09 22:15:53 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-09 22:15:53 -0400 |
| commit | d06784958d73159b5e4abafe5114804662114ed7 (patch) | |
| tree | d8464262c1aa1f10553a5b11a9fda3e505e71f7f /users/ryan/modules/simple-bar/default.nix | |
| parent | 1a71e94eb8ca1585201263cf654611ef6849d359 (diff) | |
move ubersicht modules in tree
Diffstat (limited to 'users/ryan/modules/simple-bar/default.nix')
| -rw-r--r-- | users/ryan/modules/simple-bar/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
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; | |||
| 4 | 4 | ||
| 5 | let | 5 | let |
| 6 | cfg = config.ryan.simple-bar; | 6 | cfg = config.ryan.simple-bar; |
| 7 | # Fetch the git repo at a specific rev | 7 | "simple-bar-upstream" = ./simple-bar-source |
| 8 | "simple-bar-upstream" = builtins.fetchGit { | ||
| 9 | url = "https://github.com/Jean-Tinland/simple-bar"; | ||
| 10 | rev = "fb5cada548a05bd01f727772c0a18fd8c7f65b42"; | ||
| 11 | shallow = true; | ||
| 12 | }; | ||
| 13 | in | 8 | in |
| 14 | { | 9 | { |
| 15 | options.ryan.simple-bar.enable = mkEnableOption "simple-bar"; | 10 | options.ryan.simple-bar.enable = mkEnableOption "simple-bar"; |
