apps migrated

This commit is contained in:
2026-03-03 22:42:00 +01:00
parent a2cc89d028
commit e3b903d010
47 changed files with 3 additions and 608 deletions

View File

@@ -1,5 +1,5 @@
{ ... }: {
flake.nixosModules.onepassword = {
flake.nixosModules.apps-sys-onepassword = {
programs._1password.enable = true;
programs._1password-gui.enable = true;
};

View File

@@ -1,5 +1,5 @@
{ ... }: {
flake.nixosModules.brave = { pkgs, ... }: {
flake.nixosModules.apps-sys-brave = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
brave
];

View File

@@ -1,5 +1,5 @@
{ ... }: {
flake.nixosModules.chrome = { pkgs, ... }: {
flake.nixosModules.apps-sys-chrome = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
chrome
];