Compare commits
2
Commits
a9ae07d5c1
...
4e465b1846
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e465b1846 | ||
|
|
d2737a42e8 |
@@ -15,5 +15,5 @@
|
|||||||
# no need to redefine it in your config for now)
|
# no need to redefine it in your config for now)
|
||||||
# media-session.enable = true;
|
# media-session.enable = true;
|
||||||
};
|
};
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
@@ -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