Compare commits

2 Commits
Author SHA1 Message Date
John Lancaster 4e465b1846 allowing broken sublime 2026-07-01 14:35:58 -05:00
John Lancaster d2737a42e8 fix 2026-07-01 14:35:37 -05:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -15,5 +15,5 @@
# no need to redefine it in your config for now)
# media-session.enable = true;
};
}
};
}
+1
View File
@@ -1,6 +1,7 @@
# This module is for programs with GUIs that run in a desktop environment
{ self, inputs, ... }: {
flake.modules.homeManager.desktop = { config, pkgs, lib, ... }: {
nixpkgs.config.problems.handlers.sublimetext4.broken = "ignore";
imports = with inputs.self.modules.homeManager; [
brave
ghostty