allowing broken sublime
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# This module is for programs with GUIs that run in a desktop environment
|
# This module is for programs with GUIs that run in a desktop environment
|
||||||
{ self, inputs, ... }: {
|
{ self, inputs, ... }: {
|
||||||
flake.modules.homeManager.desktop = { config, pkgs, lib, ... }: {
|
flake.modules.homeManager.desktop = { config, pkgs, lib, ... }: {
|
||||||
|
nixpkgs.config.problems.handlers.sublimetext4.broken = "ignore";
|
||||||
imports = with inputs.self.modules.homeManager; [
|
imports = with inputs.self.modules.homeManager; [
|
||||||
brave
|
brave
|
||||||
ghostty
|
ghostty
|
||||||
|
|||||||
Reference in New Issue
Block a user