mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
feat: add some gui apps
This commit is contained in:
@@ -1,8 +1,20 @@
|
||||
{ userConfig, lib, ... }:
|
||||
{
|
||||
userConfig,
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = lib.mkIf (!userConfig.isNixOS) null;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
inputs.zen-browser.packages."${pkgs.stdenv.hostPlatform.system}".default
|
||||
tutanota-desktop
|
||||
brave
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user