NixOS 23.11 Tapir - Installation

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 6

  • @VipinBalakrishnan
    @VipinBalakrishnan 9 місяців тому +1

    Hello Jacinth Samuel, Good to see you again with NixOS review. Please make more video on nixos.
    You had a issue in dark theme in nixos ? Is it fixed ?

    • @JacinthSamuel
      @JacinthSamuel  9 місяців тому +1

      Yes. I made a video on that. I may switch to nixos as my primary linux distro today.

    • @VipinBalakrishnan
      @VipinBalakrishnan 9 місяців тому +1

      @@JacinthSamuel That is great. Which video? Please share the link. I too you nix, My configuration is using flake. Try to use flake it is really amazing.

    • @VipinBalakrishnan
      @VipinBalakrishnan 9 місяців тому

      1. Install a package breeze-gtk
      2. Homemanager home.session variable set as GTK_THEME="Breeze-Dark";
      3. Home manager do the below change
      xdg.gtk={
      enable=true;
      theme.name="Breeze-Dark";
      iconTheme = {
      name = "Breeze-Dark";
      };
      cursorTheme = {
      name = "Breeze_Cursor";
      };
      gtk2.extraConfig = {
      Settings = ''
      gtk-application-prefer-dark-theme=true
      '';
      };
      gtk3.extraConfig = {
      Settings = ''
      gtk-application-prefer-dark-theme=true
      '';
      };
      gtk4.extraConfig = {
      Settings = ''
      gtk-application-prefer-dark-theme=true
      '';
      };
      };
      4. If you have any folder under ~/.config with gtk2 ,gtk3 and gtk4 . Please delete that.
      5. If you want keep up those folder in point-4 make sure it has below setting in ini file . You delete other files.
      gtk-application-prefer-dark-theme=true
      gtk-theme-name=Breeze-Dark
      gtk-icon-theme-name=breeze-dark
      Note: These ini file in ~/.config can be modified by other desktop like kde. if the dark mode is not selected there. So this can be one of the reason you are getting theme reverted
      5. Restart your machine

    • @JacinthSamuel
      @JacinthSamuel  9 місяців тому +1

      @@VipinBalakrishnan ua-cam.com/video/0eePl4hRWNE/v-deo.html

  • @prakashs7383
    @prakashs7383 11 місяців тому

    Thank you for creating this video definitely i will try this '👍