rename
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user