Remove left-over qutebrowser configs
This commit is contained in:
parent
407e019a05
commit
fd692ce455
|
@ -1,5 +1,4 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
programs.qutebrowser.settings.qt.highdpi = true;
|
|
||||||
wayland.windowManager.hyprland.settings.monitor = [
|
wayland.windowManager.hyprland.settings.monitor = [
|
||||||
"eDP-1,preferred,0x0,1.25"
|
"eDP-1,preferred,0x0,1.25"
|
||||||
"desc:Acer Technologies ED270R TJMEE0043W01,highrr,-192x-1080,1.00"
|
"desc:Acer Technologies ED270R TJMEE0043W01,highrr,-192x-1080,1.00"
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")];
|
home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")];
|
||||||
programs = {
|
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
|
||||||
git.userEmail = "evie.litherland-smith@ukaea.uk";
|
|
||||||
qutebrowser.settings.qt.highdpi = true;
|
|
||||||
};
|
|
||||||
accounts.email.accounts = {
|
accounts.email.accounts = {
|
||||||
proton.primary = false;
|
proton.primary = false;
|
||||||
outlook.primary = true;
|
outlook.primary = true;
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
programs = {
|
programs.git.userEmail = "evie.litherland-smith@ukaea.uk";
|
||||||
git.userEmail = "evie.litherland-smith@ukaea.uk";
|
|
||||||
qutebrowser.settings.qt.highdpi = true;
|
|
||||||
};
|
|
||||||
accounts.email.accounts = {
|
accounts.email.accounts = {
|
||||||
proton.primary = false;
|
proton.primary = false;
|
||||||
outlook.primary = true;
|
outlook.primary = true;
|
||||||
|
|
Loading…
Reference in a new issue