mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-15 12:19:00 +00:00
users/foo-dogsquared/setups: update config
This commit is contained in:
parent
a28cc003d4
commit
7467591b47
@ -8,6 +8,10 @@ in {
|
||||
lib.mkEnableOption "business setup";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [ collabora-online libreoffice zoom-us ];
|
||||
home.packages = with pkgs; [
|
||||
libreoffice zoom-us
|
||||
];
|
||||
|
||||
# TODO: Create desktop entries for several web apps for generic thing?
|
||||
};
|
||||
}
|
||||
|
@ -11,7 +11,14 @@ in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
state.ports.activitywatch.value = 5600;
|
||||
|
||||
home.packages = with pkgs; [ bitwarden-cli bitwarden-desktop ];
|
||||
home.packages = with pkgs; [
|
||||
bitwarden-cli bitwarden-desktop
|
||||
|
||||
freecad
|
||||
kicad
|
||||
leocad
|
||||
librecad
|
||||
];
|
||||
|
||||
# Install all of the desktop stuff.
|
||||
suites.desktop = {
|
||||
|
@ -111,7 +111,7 @@ in {
|
||||
})
|
||||
|
||||
(lib.mkIf userCfg.programs.browsers.firefox.enable {
|
||||
home.packages = with pkgs; [ (lowPrio firefox-devedition) ];
|
||||
# home.packages = with pkgs; [ (lowPrio firefox-devedition) ];
|
||||
})
|
||||
|
||||
(lib.mkIf userCfg.programs.git.enable {
|
||||
|
Loading…
Reference in New Issue
Block a user