Ricing Linux Has Never Been Easier | NixOS + Stylix

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • stylix.enable = true is now required to enable stylix.
    Discord server: / discord
    Donations: ko-fi.com/vimj...
    Code + text available on journix: journix.dev/po...
    Code from the video: github.com/vim...
    Stylix book: danth.github.i...

КОМЕНТАРІ • 115

  • @vimjoyer
    @vimjoyer  2 місяці тому +33

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

  • @Furkidd
    @Furkidd 3 місяці тому +83

    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  3 місяці тому +56

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

    • @vaisakhkm783
      @vaisakhkm783 3 місяці тому

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

    • @drdilyor
      @drdilyor 3 місяці тому +2

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

    • @pwagner-beccard4691
      @pwagner-beccard4691 3 місяці тому

      Curse of knowledge might be a bit of a problem.

    • @vimjoyer
      @vimjoyer  3 місяці тому

      @@karmicbacklash3763 Of course

  • @pierreborine9629
    @pierreborine9629 3 місяці тому +16

    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 3 місяці тому +1

      same, now lets see if this works

  • @bigl9527
    @bigl9527 3 місяці тому +40

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

    • @vimjoyer
      @vimjoyer  3 місяці тому +10

      I used to do it too 😁

  • @TheSast
    @TheSast 3 місяці тому +53

    got that nix drip

    • @helix.d
      @helix.d 3 місяці тому +1

      Yes lol

  • @Flackon
    @Flackon 3 місяці тому +15

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

  • @NabekenProG87
    @NabekenProG87 18 днів тому +1

    Yooo, that sound so useful. Honestly selective disabling might be the best feature, since II already have custom themes for some programs. I doubt Stylix will do a better job than hand crafted themes. But for all other programs I will use it, not everything needs to be styled to perfection

  • @SimsesLab
    @SimsesLab 3 місяці тому +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 3 місяці тому +9

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

  • @dromelen
    @dromelen 3 місяці тому +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

  • @PinkyZKey
    @PinkyZKey 3 місяці тому +2

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

  • @virtualbeck
    @virtualbeck 3 місяці тому +2

    Thank you for another wonderful video on NixOS

  • @avrenos
    @avrenos 3 місяці тому +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!!!!!

  • @sergustus_
    @sergustus_ 3 місяці тому +1

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

  • @arkoprovoshaw5737
    @arkoprovoshaw5737 3 місяці тому +4

    lessgo stylix vid

  • @jonathan.winberly
    @jonathan.winberly 3 місяці тому +3

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

  • @OfficialViper
    @OfficialViper 3 місяці тому +5

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

    • @vimjoyer
      @vimjoyer  3 місяці тому +2

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

    • @OfficialViper
      @OfficialViper 3 місяці тому +1

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

  • @orebi1914
    @orebi1914 Місяць тому +1

    I always enjoy your videos! They are very educational! Quick question. How do you change it dynamically when you change the wall paper? Thank you in advance!

    • @vimjoyer
      @vimjoyer  Місяць тому

      If you want to have dynamic wallpapers, it's probably worth using mkOutOfStoreSymlink + custom script. Because otherwise you'll waste a lot of disk space by copying every wallpaper to the nix store.

    • @orebi1914
      @orebi1914 Місяць тому

      @@vimjoyer I appreciate your quick response. I see what you are saying. I still would like to give it a shot. Can you help me to do that? Thank you in advance!

  • @jondeates9364
    @jondeates9364 2 місяці тому +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  2 місяці тому +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.

  • @rafaelmorales1926
    @rafaelmorales1926 3 місяці тому +6

    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`.

  • @0McLoL0
    @0McLoL0 2 місяці тому +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 :)

  • @rumble_bird
    @rumble_bird 3 місяці тому +1

    Amazing rice fellow gruvbox enjoyer)

  • @MATOOwasTaken
    @MATOOwasTaken 3 місяці тому +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  3 місяці тому +2

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

  • @lordkekz4
    @lordkekz4 3 місяці тому +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  3 місяці тому

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

  • @drishalballaney6590
    @drishalballaney6590 3 місяці тому +8

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

    • @vimjoyer
      @vimjoyer  3 місяці тому +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 3 місяці тому

      @@vimjoyer thanks

    • @itsroshlol
      @itsroshlol 3 місяці тому

      ​@@vimjoyer +1 on ags vid

  • @lamprospitsillou6325
    @lamprospitsillou6325 3 місяці тому +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 місяці тому +3

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

  • @bonsairobo
    @bonsairobo Місяць тому +1

    Sadly it's not working for me. I use foot + tmux + fish. After enabling stylix, tmux won't start up properly, and cursor movements are really glitchy.

  • @user-fe8hp6jv9f
    @user-fe8hp6jv9f 3 місяці тому +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  3 місяці тому +2

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

  • @niksingh710
    @niksingh710 3 місяці тому +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 місяці тому +3

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

  • @simpingsyndrome
    @simpingsyndrome 3 місяці тому +2

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

    • @simpingsyndrome
      @simpingsyndrome 3 місяці тому +2

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

  • @andreaszweili8593
    @andreaszweili8593 3 місяці тому +1

    Very interesting tool.

  • @1234minecraft5678
    @1234minecraft5678 Місяць тому +1

    You said, that it themes all programs that are enabled in configuration / home-configuration, does this mean that i would need to do programs.firefox.enable before it would get styled?

    • @vimjoyer
      @vimjoyer  Місяць тому

      Firefox is using GTK, so you would need to enable that

  • @James-zn8nz
    @James-zn8nz Місяць тому +1

    Is there a way to let Stylix do the heavy lifting (namely, for Waybar in `style.css`), by defining colors etc., then edit just one color (namely, the workspaces module) using the nix language? Let me know if I'm over-complicating this, but it would be nice to have Stylix do most of the work. Thanks.

    • @vimjoyer
      @vimjoyer  Місяць тому

      No to my knowledge, but I remember there was an open issue about it on the stylix GitHub page.

    • @James-zn8nz
      @James-zn8nz Місяць тому

      Oh I'll search for that then, thanks.

  • @JPKB36
    @JPKB36 2 місяці тому +1

    integrating stylix into waybar

    • @vimjoyer
      @vimjoyer  2 місяці тому

      Interpolate variables into css

  • @rhiji4583
    @rhiji4583 3 місяці тому +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.

  • @kemritthefrog9567
    @kemritthefrog9567 3 місяці тому +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  3 місяці тому +1

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

  • @mars_0008
    @mars_0008 3 місяці тому +1

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

    • @vimjoyer
      @vimjoyer  3 місяці тому

      I don't have a yubikey

  • @Aayushh07
    @Aayushh07 3 місяці тому +1

    Stylix ❤

  • @backpackvacuum9520
    @backpackvacuum9520 Місяць тому

    I can't seem to find a way to make the background image span multiple monitors. Does anyone know if there's a way to do this with stylix?

  • @Defalts2
    @Defalts2 3 місяці тому +1

    what video editing program do you use?

    • @vimjoyer
      @vimjoyer  3 місяці тому +1

      motion canvas

  • @starving207
    @starving207 3 місяці тому +2

    крутий

    • @vimjoyer
      @vimjoyer  3 місяці тому +1

      дякую, ти теж

  • @lairizzle
    @lairizzle 28 днів тому +1

    I get a weird error where some GTK folders are created in ./config and I have to delete them to be able to change base16 themes. If I don’t delete them the rebuild will fail. Other than that it’s pretty cool, anyone else have this issue and find a fix?

    • @vimjoyer
      @vimjoyer  28 днів тому

      Might be worth opening an issue on github

    • @lairizzle
      @lairizzle 28 днів тому

      @@vimjoyer this happened on Plasma and maybe it’s something I did incorrectly ( I am new to Nix). I reinstalled and tried with Gnome and it’s working fine now.

  • @user-vw2qt8vp8e
    @user-vw2qt8vp8e 3 місяці тому +1

    🐐

  • @Flackon
    @Flackon 3 місяці тому +1

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

    • @vimjoyer
      @vimjoyer  3 місяці тому

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

  • @ggorg0
    @ggorg0 3 місяці тому +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  3 місяці тому +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 3 місяці тому +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 3 місяці тому +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.

  • @benve7151
    @benve7151 3 місяці тому +1

    love u

  • @LiaraFromM.E
    @LiaraFromM.E 3 місяці тому

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

  • @splits8999
    @splits8999 3 місяці тому +1

    thats op

  • @CosmoCorban
    @CosmoCorban 3 місяці тому

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

  • @HiImKyle
    @HiImKyle 3 місяці тому +1

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

    • @vimjoyer
      @vimjoyer  3 місяці тому +1

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

  • @MaksimBorzik
    @MaksimBorzik 3 місяці тому +1

    Is it supports live colorscheme change without rebuild switch?

  • @XoStefan
    @XoStefan 3 місяці тому +1

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

    • @vimjoyer
      @vimjoyer  3 місяці тому

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

  • @yaskokai2587
    @yaskokai2587 3 місяці тому +1

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

    • @vimjoyer
      @vimjoyer  3 місяці тому +1

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

    • @yaskokai2587
      @yaskokai2587 3 місяці тому

      @@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 3 місяці тому

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

    • @yaskokai2587
      @yaskokai2587 2 місяці тому

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

    • @MrNikli
      @MrNikli Місяць тому

      @@theonekingboo I'm getting this now and working with a few people to figure out what's up! I'll let you know if I figure it out.

  • @Chandramumta
    @Chandramumta 3 місяці тому +1

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

    • @vimjoyer
      @vimjoyer  3 місяці тому +2

      I mean yeah, kinda

    • @Chandramumta
      @Chandramumta 3 місяці тому +1

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

  • @kokomema
    @kokomema 3 місяці тому +2

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

    • @vimjoyer
      @vimjoyer  3 місяці тому

      12 дней 🥹

  • @djelenc
    @djelenc 3 місяці тому +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 3 місяці тому

      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 місяці тому +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 3 місяці тому

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

    • @lorenzfeiner3300
      @lorenzfeiner3300 3 місяці тому

      @@tinacolvin4779 thanks a lot, it works now