Ricing Linux Has Never Been Easier | NixOS + Stylix

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ค. 2024
  • stylix.enable = true is now required to enable stylix.
    Discord server: / discord
    Donations: ko-fi.com/vimjoyer
    Code + text available on journix: journix.dev/posts/ricing-linu...
    Code from the video: github.com/vimjoyer/stylix-video
    Stylix book: danth.github.io/stylix/option...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 100

  • @vimjoyer
    @vimjoyer  3 วันที่ผ่านมา +4

    stylix.enable = true is now required to enable stylix!

  • @Furkidd
    @Furkidd หลายเดือนก่อน +70

    Have you thought about creating a series for people who are comfortable with other distros, but totally noobs with nix? Like start from the very basics of Nix language all the way to an advanced config (python development environment, vms, etc) with flakes and all?
    Your videos are a true treasure, keep up the good work!

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +49

      I will make more introduction videos in the future. A simple introductory devenv, flake, derivation and vm videos are all planned 👍

    • @vaisakhkm783
      @vaisakhkm783 หลายเดือนก่อน

      @@vimjoyer always feeling like devenv with python and c++ are nightmare.. hope you will cover it ...

    • @drdilyor
      @drdilyor หลายเดือนก่อน +2

      ​​@@vimjoyer that's so cool! i will share those videos with friends the moment they come out

    • @karmicbacklash3763
      @karmicbacklash3763 หลายเดือนก่อน +1

      @@vimjoyer While on the topic, can I ask something from the bottom of my heart? You're videos are a great help to me moving over from other distros, but despite my best efforts I cannot for the life of my wrap my head around the actual practial process of moving from a regular nix config to a flake. If at all possible, a step by step, hand holding guide with an actual example of a config being moved to a flake would be greatly appreciated.
      Its the only topic of your Nix videos that I haven't immediately clicked with, and that goes for most other creators as well. You're the one I trust the most to do it.

    • @pwagner-beccard4691
      @pwagner-beccard4691 หลายเดือนก่อน

      Curse of knowledge might be a bit of a problem.

  • @bigl9527
    @bigl9527 หลายเดือนก่อน +29

    "You obviously don't want monospace font in your browser..."
    Me : yes, I use monospace fonts in everything 🗿

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +9

      I used to do it too 😁

  • @TheSast
    @TheSast หลายเดือนก่อน +49

    got that nix drip

    • @_cfg1
      @_cfg1 หลายเดือนก่อน

      Yes lol

  • @Flackon
    @Flackon หลายเดือนก่อน +5

    "16 colors oughta be enough for anybody" -- Nix Gates

  • @pierreborine9629
    @pierreborine9629 หลายเดือนก่อน +15

    Thank you, I'm actually messing with Nix theming and this comes very handy as I'm doing a terrible job at it :)

    • @salgadev
      @salgadev หลายเดือนก่อน +1

      same, now lets see if this works

  • @SimsesLab
    @SimsesLab หลายเดือนก่อน +2

    I had some issues where it told me programs.bemenu was not enabled, even though I had never installed or wanted it. If anyone else gets this error, make sure that your NixOS and Home-manager versions are the same, and have stylix pkgs follow the same version. That's what fixed it for me. Love stylix, and love your channel!

  • @luh034
    @luh034 หลายเดือนก่อน +9

    This is so useful! Thank you so much for making a vid on this!

  • @dromelen
    @dromelen 28 วันที่ผ่านมา +1

    Why didn't I find this video before I started messing with themes in nixos lol. Thank you I'm switching to this right now

  • @avrenos
    @avrenos หลายเดือนก่อน +4

    Please make a video of full hyprland customization from scratch on minimal install or gnome install, waiting for it for a long time!! Please!!!!!

  • @virtualbeck
    @virtualbeck หลายเดือนก่อน +2

    Thank you for another wonderful video on NixOS

  • @jonathan.wimberly
    @jonathan.wimberly หลายเดือนก่อน +3

    Can you cover Matugen too? I've found many devs starting to use it.

  • @OfficialViper
    @OfficialViper หลายเดือนก่อน +5

    Basically waybar for NixOS, that's neat!
    Edit: Pywal, not waybar, brain didn't work

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +2

      What? Stylix is not a bar. It just applies colors to other programs that may or may not be bars

    • @OfficialViper
      @OfficialViper หลายเดือนก่อน +1

      @@vimjoyer oh I mixed it up with some other tool
      Edit: Was talking about Pywal

  • @rafaelmorales1926
    @rafaelmorales1926 หลายเดือนก่อน +4

    Hey, you might wanna add an errata comment to 5:12 ; you can only access `config.stylix.base16Scheme.baseXX` if you declared it as an object. If you used pkgs.base16-schema, this value doesn't work. However, you can access the generated values (even the ones stylix generates itself) using `config.lib.stylix.colors`.

  • @arkoprovoshaw5737
    @arkoprovoshaw5737 หลายเดือนก่อน +4

    lessgo stylix vid

  • @PinkyZKey
    @PinkyZKey หลายเดือนก่อน +2

    As a UI/UX buff, this is a game changer.

  • @sergustus_
    @sergustus_ หลายเดือนก่อน +1

    If there is a single person you could call a gangster in the nix space, it's certainly vimjoyer.

  • @lordkekz4
    @lordkekz4 หลายเดือนก่อน +1

    Another great video!
    Only thing that stylix is missing is changing the styles on the fly. Do you know if apps will update their look and feel when you activate a generation with a different theme?
    That could allow us to just build several configurations and just activate the one with the theme we want.

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน

      Yeah, you could probably achieve on-the-fly switching with specializations, but I don't think every app will react to changes immediately

  • @bitwise_demon
    @bitwise_demon หลายเดือนก่อน +1

    Amazing rice fellow gruvbox enjoyer)

  • @0McLoL0
    @0McLoL0 21 วันที่ผ่านมา +1

    Stylix is so awesome and this video too ofcourse. I immediatly added it to my configuration but I encountered some problems:
    1. The header of the left sidebar in Nautilus does not align with the right one (maybe an error in the new Nautilus)
    2. Firefox and Thunderbird get an awefully bad colorscheme when using a dark polarity
    3. I don't know how to style my quickmenu or the right-click menu on desktop/panel with gtk. This stops me from removing rounded corners everywhere
    4. If I want to have rounded corners everywhere I encounter a problem with my terminal. It keeps the sharp corners on the bottom
    5. The statusbar in nautilus (bottom right when selecting something) get's a really bad colouring. According to gtk3/4.css the base07-color (which would be much better) is not set to the colors sued by stylix
    Maybe someone has the same problems and/or knows how to fix these :)

  • @andreaszweili8593
    @andreaszweili8593 หลายเดือนก่อน +1

    Very interesting tool.

  • @user-fe8hp6jv9f
    @user-fe8hp6jv9f หลายเดือนก่อน +3

    Hello, loved the video and the tool even more! I ran in a little problem however, were my kitty terminal didn't get the colors applied to it automatically did you have any issues like that by any chance, and if yes how did you solve it?

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +2

      Make sure you enabled kitty with `programs.kitty.enable = true`, and restarted the terminal after a rebuild

  • @user-vw2qt8vp8e
    @user-vw2qt8vp8e หลายเดือนก่อน +1

    🐐

  • @lobotomy-victim
    @lobotomy-victim หลายเดือนก่อน

    hey, do you know if there’s a way to change symlink for /bin/sh? I wanted to set dash as my background shell

  • @splits8999
    @splits8999 หลายเดือนก่อน +1

    thats op

  • @LiaraFromM.E
    @LiaraFromM.E 27 วันที่ผ่านมา

    Could you do a vid where you want to mount another ssd

  • @jondeates9364
    @jondeates9364 24 วันที่ผ่านมา +2

    So i am using hyprpaper with stylix, and I can get it to change backgrounds dynamically, yet I am not sure how to update the pallet on the current background. The docs didn't seem to have a dynamic way of updating the theme.

    • @vimjoyer
      @vimjoyer  24 วันที่ผ่านมา +1

      I don't think stylix supports changing wallpaper colors from colorscheme, only the other way around. You can check out IogaMasters prism module if you want to generate wallpaper from colorscheme.

  • @MATOOwasTaken
    @MATOOwasTaken หลายเดือนก่อน +3

    @1:40 What if I use both NixOS and home-manager, but configure them separately in the same flake instead of importing home-manager as a system module? I'm not sure if I'm understanding the manual page correctly

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +2

      Then you can use both modules separately. NixOS cannot influence your standalone home-manager configuration.

  • @benve7151
    @benve7151 หลายเดือนก่อน +1

    love u

  • @CosmoCorban
    @CosmoCorban หลายเดือนก่อน

    I get an error that home manager service couldn't load when adding stylix 😢

  • @drishalballaney6590
    @drishalballaney6590 หลายเดือนก่อน +8

    if possible can you please do a video on ags or eww bar ?

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +8

      Yeah, I can do that. I rewrote my bar with ags some time ago, but I lost it. I'll think about making a video once I do it again 👍

    • @drishalballaney6590
      @drishalballaney6590 หลายเดือนก่อน

      @@vimjoyer thanks

    • @itsroshlol
      @itsroshlol หลายเดือนก่อน

      ​@@vimjoyer +1 on ags vid

  • @niksingh710
    @niksingh710 หลายเดือนก่อน +2

    I have one request can you create a video differentiating Nix base setup and Flakes? what is the difference actually there is.

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +3

      I'll make a more in-depth video about flakes, talking about what they are and what they aren't

  • @mars_0008
    @mars_0008 หลายเดือนก่อน +1

    can you make a series about how to incorporate a yubikey with your nixos config? e.g. with sops-nix

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน

      I don't have a yubikey

  • @JPKB36
    @JPKB36 9 วันที่ผ่านมา +1

    integrating stylix into waybar

    • @vimjoyer
      @vimjoyer  8 วันที่ผ่านมา

      Interpolate variables into css

  • @Aayushh07
    @Aayushh07 หลายเดือนก่อน +1

    Stylix ❤

  • @kemritthefrog9567
    @kemritthefrog9567 หลายเดือนก่อน +1

    Hi could you possibly do a video on the nix user repository, specifically with flakes as I cannot seem to get it to work

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +1

      It's not really useful tbh, but I might cover it in the future.

  • @starving207
    @starving207 หลายเดือนก่อน +2

    крутий

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +1

      дякую, ти теж

  • @Defalts2
    @Defalts2 หลายเดือนก่อน +1

    what video editing program do you use?

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +1

      motion canvas

  • @simpingsyndrome
    @simpingsyndrome หลายเดือนก่อน +2

    Please a tutorial to install nixos using virtual machine on windows like hyper-v

    • @simpingsyndrome
      @simpingsyndrome หลายเดือนก่อน +2

      I want to learn nixos and do my own configuration without messing up with the real config installed on my machine

  • @lamprospitsillou6325
    @lamprospitsillou6325 หลายเดือนก่อน +2

    One thing keeping me from trying stylix is the on the fly theme switch, from dark to light for example.
    It will require a system rebuild just to do that unfortunately

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +3

      True, but that's an issue of styling with home-manager in general.

  • @Flackon
    @Flackon หลายเดือนก่อน +1

    Why is there no Oxygen cursors package available in nix though? Can't be that hard to do...

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน

      you can package it yourself, just a simple copy derivation should be enough

  • @rhiji4583
    @rhiji4583 หลายเดือนก่อน +1

    I just tried stylix. Gotta say, I am not really a fan. It requires a lot of new packages I did not really want to install. Furthermore, it wants to recompile some GDM and Gnome packages, seemingly to apply the theme. The result was rather not as pretty and consistent I hoped it would be. Plus stylix want to take priority in defining settings for my VSCode, simply to install it's extension.

  • @XoStefan
    @XoStefan หลายเดือนก่อน +1

    where can you get a list of apps that work with stylix?

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน

      You can check out the stylix book linked in the description. It lists all available targets in the NixOS/hm options section

  • @MaksimBorzik
    @MaksimBorzik หลายเดือนก่อน +1

    Is it supports live colorscheme change without rebuild switch?

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน

      No

  • @HiImKyle
    @HiImKyle หลายเดือนก่อน +1

    Unrelated to ricing but I heard there were some drama involving NixOS recently. Does anyone know what it was about?

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +1

      Any distro will have some drama to it at some point. NixOS will manage, don't worry

  • @ggorg0
    @ggorg0 หลายเดือนก่อน +3

    my Nix config has a very bad code style and it's been in the process of being rewritten for about 4 months now (which means I haven't updated my system in a very long time). I just don't feel motivated enough to continue if I know that fixing 1 error will create another...
    and I also have to live with some bugs that could easily be fixed, if only I had a stable configuration

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +1

      You could try rewriting it from scratch. I did it a while ago, and now my config is quite easy to edit and extend.

    • @ggorg0
      @ggorg0 หลายเดือนก่อน +2

      ​​@@vimjoyerafter watching the entire video, i think it is too good (easy) to be true...
      my main concern is for apps that use more than base16 colors for their theme, and because i use catppuccin, it has themes for everything. i think if i use the official themes made by the catppuccin theme or even bundled into a program (i've seen some that actually bundle a few themes, and they always contain catppuccin) it will work way better
      also you can't really get the same result as using a GTK/QT theme made specifically for your color scheme when just providing stylix with 16 colors...
      also, will you ever make another video going more in-depth on nixvim?

    • @Noname-67
      @Noname-67 หลายเดือนก่อน +2

      There're two reasons for the bad coloring. The first reason Catpuccin uses 26 colors which allows it to be more colorful. But the more important reasons is that, at least in the neovim case (I haven't tried styling GTK/QT apps so I'm not sure), the plugin for base16 colors, base16-nvim, is pretty sucks. If you use base16-nvim for nix or haskell, you basically get a wall of white texts. It also misses some highlight groups (perhaps intentionally) It also only infact uses 14 colors, missing base06 (light foreground) and base07 (light background), this part is not the plugins fault, I honestly don't know why the official base16 guildline includes those two.
      Solution? Catppuccin has 26 colors but 12 of those are simply a gradient, corresponding to base00-05, the other 6 are not often used and can be algorithmically generated if necessary. Out of the other 14 colors, the ones that are not available in the base16 version of catppuccin are pink, flamingo, sky, and saphire, which can be substitude by rosewater, red, mauve, blue, or, lavender (which obviously doesn't look as good but it is the price I'm willing to pay for flexibility). You can override the highlight groups yourself to create a theme, or do it like me, fork the repo.
      It's also important to choose the right palette in order for it to look good. If a palette repeat a color multiple time, the result usually won't be very. If you use base07 for foreground to match the color of catppuccin, you would probably like to modify base07 of most palettes, since it is likely to be too dark (assuming you're using darkmode) or too bland, as it is designed to be a background color. My two favourite palettes are Catppuccin Mocha and Kanagawa (with modified base07). I haven't tried a lot of palette though, as I use translucent terminal background so I need a compatible wallpaper for every palette otherwise it wouldn't be very readable.
      Ideally I would like to use base24 instead but it not very widely supported.

  • @yaskokai2587
    @yaskokai2587 หลายเดือนก่อน +1

    No errors but, no color changes either. tried both versions :/

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +1

      Make sure you enable some programs with `program..enable = true`

    • @yaskokai2587
      @yaskokai2587 หลายเดือนก่อน

      @@vimjoyer Well I tried enabling everything I could but, no change in terminal which is what I really wanted unfortunately. The themes look really good in boot tho(the one place it's working for me rn lol)! Anyways I've only been using nixos for like a week so I'm probably doing like seven different things wrong but I'll get it eventually and thanks for helping out (:

    • @theonekingboo
      @theonekingboo หลายเดือนก่อน

      @@yaskokai2587 i get this exact issue did you ever solve this?

    • @yaskokai2587
      @yaskokai2587 25 วันที่ผ่านมา

      @@theonekingboo I did! just had to put programs.alacritty.enable = true; in home.nix(not configuration.nix)!

  • @Chandramumta
    @Chandramumta หลายเดือนก่อน +1

    Messed around with this... If you have already configured setup, this is useless.

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน +2

      I mean yeah, kinda

    • @Chandramumta
      @Chandramumta หลายเดือนก่อน +1

      @@vimjoyer but your video of course is great as always! Also stylix plymouth theme is good.

  • @kokomema
    @kokomema หลายเดือนก่อน +2

    Видео нет уже месяц вимджоер умер или отписка

    • @vimjoyer
      @vimjoyer  หลายเดือนก่อน

      12 дней 🥹

  • @djelenc
    @djelenc หลายเดือนก่อน +1

    Is anyone else having issues with trying to use a color from the palette manually? For instance, the example from the video
    wayland.windowManager.hyprland.settings.general.”col.active_border” =
    lib.mkForce “rgb(${config.stylix.base16Scheme.base0E})“;
    Errors with: value is a string with context while a set was expected

    • @lorenzfeiner3300
      @lorenzfeiner3300 หลายเดือนก่อน

      I also get an error when trying to access a color from the palette manually, but my error is:
      "value is path while a set was expected".
      Would love to know how I can fix this, so that I can apply the stylix colors to my custom waybar theme.

    • @tinacolvin4779
      @tinacolvin4779 หลายเดือนก่อน +3

      `config.lib.stylix.colors.base00` or whatever color you wanted seemed to work for me. had to dig through stylix issues page a little to figure it out..

    • @djelenc
      @djelenc หลายเดือนก่อน

      @@tinacolvin4779 Awesome, thank you. I must have missed it.

    • @lorenzfeiner3300
      @lorenzfeiner3300 หลายเดือนก่อน

      @@tinacolvin4779 thanks a lot, it works now