This commit is contained in:
John Lancaster
2026-03-26 22:32:34 -05:00
parent 9aadd03d66
commit d008fa5814
+3 -3
View File
@@ -1,7 +1,6 @@
# 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
{ inputs, ... }: { self, inputs, ... }: {
{ flake.modules.homeManager.desktop = { config, pkgs, lib, ... }: {
flake.modules.homeManager.desktop = { pkgs, ... }: {
imports = with inputs.self.modules.homeManager; [ imports = with inputs.self.modules.homeManager; [
brave brave
ghostty ghostty
@@ -11,6 +10,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
mangohud mangohud
sublime4 sublime4
proton-vpn
]; ];
}; };
} }