furthre config on laptop
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./fonts.nix
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
# browsers
|
||||
brave
|
||||
firefox
|
||||
chromium
|
||||
|
||||
# misc
|
||||
|
||||
];
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
location.provider = "geoclue2";
|
||||
}
|
||||
Reference in New Issue
Block a user