pinwheel: Add chromium module
This commit is contained in:
@@ -22,12 +22,13 @@
|
||||
pkgs.htop
|
||||
pkgs.onlyoffice-bin
|
||||
pkgs.wdisplays
|
||||
pkgs.ungoogled-chromium
|
||||
pkgs.postman
|
||||
];
|
||||
|
||||
home.stateVersion = "23.05";
|
||||
};
|
||||
};
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
}
|
||||
|
||||
6
hosts/pinwheel/modules/chromium/default.nix
Normal file
6
hosts/pinwheel/modules/chromium/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home-manager.users.alex= {
|
||||
home.packages = [ pkgs.ungoogled-chromium ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user