feat: add zen browser
This commit is contained in:
parent
05602a47b3
commit
5926c7a336
3 changed files with 9 additions and 39 deletions
|
@ -60,10 +60,11 @@
|
|||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
inputs.nixvim.packages.${pkgs.system}.default
|
||||
inputs.nixvim.packages.${pkgs.stdenv.targetPlatform.system}.default
|
||||
inputs.zen.packages.${pkgs.stdenv.targetPlatform.system}.default
|
||||
];
|
||||
#services.automatic-timezoned.enable = true;
|
||||
#networking.timeServers = options.networking.timeServers.default ++ [ "time-macos.apple.com" ];
|
||||
#networking.timeServers = options.networking.timeServers.default ++ [ "time-macos.apple.com" ];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.kaitotlex = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue