diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index d3684cb..b7826cb 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -116,13 +116,15 @@ in }; security.pam.u2f = { enable = true; - cue = true; - interactive = true; + settings = { + cue = true; + interactive = true; + }; }; # Make sure opengl is enabled - hardware.opengl = { + hardware.graphics = { enable = true; # These extrapackages I added later but it didn't help extraPackages = with pkgs; [ @@ -418,6 +420,10 @@ in networking.nat.externalInterface = "wlp3s0"; networking.networkmanager.unmanaged = [ "interface-name:ve-*" ]; + services.tailscale = { + enable = true; + }; + hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; diff --git a/hosts/laptop/home/default.nix b/hosts/laptop/home/default.nix index 3a2da56..40bff00 100644 --- a/hosts/laptop/home/default.nix +++ b/hosts/laptop/home/default.nix @@ -61,7 +61,7 @@ kdePackages.plasma-vault gpgme.dev # For mailvelope - neofetch + fastfetch kdePackages.yakuake kdePackages.kgpg # for Application Title Bar plasmoid