diff --git a/autostart/stylix-activate-gnome.desktop b/autostart/stylix-activate-gnome.desktop index fa7dcdd..325ab90 120000 --- a/autostart/stylix-activate-gnome.desktop +++ b/autostart/stylix-activate-gnome.desktop @@ -1 +1 @@ -/nix/store/yyi4k1gmirqjy31r8mi87z6ar0lmhz4c-home-manager-files/.config/autostart/stylix-activate-gnome.desktop \ No newline at end of file +/nix/store/a5nhpwbhwg8wdm9z5w5g1h1amsikvm1b-home-manager-files/.config/autostart/stylix-activate-gnome.desktop \ No newline at end of file diff --git a/autostart/stylix-activate-kde.desktop b/autostart/stylix-activate-kde.desktop index ce48808..426a0e0 120000 --- a/autostart/stylix-activate-kde.desktop +++ b/autostart/stylix-activate-kde.desktop @@ -1 +1 @@ -/nix/store/yyi4k1gmirqjy31r8mi87z6ar0lmhz4c-home-manager-files/.config/autostart/stylix-activate-kde.desktop \ No newline at end of file +/nix/store/a5nhpwbhwg8wdm9z5w5g1h1amsikvm1b-home-manager-files/.config/autostart/stylix-activate-kde.desktop \ No newline at end of file diff --git a/evince/print-settings b/evince/print-settings index bab4abf..553f54b 100644 --- a/evince/print-settings +++ b/evince/print-settings @@ -14,7 +14,7 @@ print-at-time= output-bin=FaceUp cover-after=none print-at=now -printer=EPSON_L3270_Series@EPSOND80395.local +printer=CICIA_DRUKARKA cups-cupsPrintQuality=Normal cups-job-sheets=none,none resolution=120 diff --git a/home-manager/home.nix b/home-manager/home.nix index 4df60ae..b91b0b7 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -208,6 +208,9 @@ user.name = "Lukrecja"; user.email = "lusiaaa425@gmail.com"; credential.helper = "store"; + http."https://git.bgs.local:3000/" = { + sslCAInfo = "/home/lusia/VSTech-vpn/bgs-git-ca.crt"; + }; }; };