commit 034a52d490913e702f83d05d9d98b28d99e1a877 (tree) parent abcb96c95b2e64af7b2a71be400a46dfd26ecb41 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Tue, 9 Jun 2026 07:18:57 +0000 rm work/linux.nix Diffstat:
| D | modules/profiles/work/linux.nix | | | 23 | ----------------------- |
1 file changed, 0 insertions(+), 23 deletions(-)
diff --git a/modules/profiles/work/linux.nix b/modules/profiles/work/linux.nix @@ -1,23 +0,0 @@ -{ config, pkgs, ... }: -{ - imports = [ ./. ]; - - networking = { - hosts."127.0.0.1" = [ - "go" - "go." - ]; - firewall.allowedTCPPorts = [ 80 ]; - }; - - environment.systemPackages = with pkgs; [ - chronoctl - (pkgs.go-raceless.override { inherit (pkgs.pkgs-unstable) go; }) - ]; - - home-manager.users.${config.mj.username}.programs.chromium.extensions = [ - { id = "aeblfdkhhhdcdjpifhhbdiojplfjncoa"; } # 1password - { id = "mdkgfdijbhbcbajcdlebbodoppgnmhab"; } # GoLinks - { id = "kgjfgplpablkjnlkjmjdecgdpfankdle"; } # Zoom - ]; -}