Nixos and Hyprland - Best Match Ever

Поділитися
Вставка
  • Опубліковано 22 сер 2024
  • Some errors from video (not too bad):
    At 2:38 alternative to "dunst" is "mako"!!!
    pkgs.wl-clipboard, not pkgs.wl-copy
    Enabling hyprlnd on NixOS
    programs.hyprland = {
    enable = true;
    nvidiaPatches = true;
    xwayland.enable = true;
    };
    environment.sessionVariables = {
    If your cursor becomes invisible
    WLR_NO_HARDWARE_CURSORS = "1";
    Hint electron apps to use wayland
    NIXOS_OZONE_WL = "1";
    };
    hardware = {
    Opengl
    opengl.enable = true;
    Most wayland compositors need this
    nvidia.modesetting.enable = true;
    };
    waybar
    (pkgs.waybar.overrideAttrs (oldAttrs: {
    mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
    })
    )
    XDG portal
    xdg.portal.enable = true;
    xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
    Enable sound with pipewire.
    sound.enable = true;
    security.rtkit.enable = true;
    services.pipewire = {
    enable = true;
    alsa.enable = true;
    alsa.support32Bit = true;
    pulse.enable = true;
    jack.enable = true;
    };
    rofi keybind
    bind = $mainMod, S, exec, rofi -show drun -show-icons

КОМЕНТАРІ • 226

  • @gbember3470
    @gbember3470 Рік тому +71

    Cool video and cool project! Btw, is the info correct on 2:38? Both packages are dunst

    • @vimjoyer
      @vimjoyer  Рік тому +42

      NOOOOOO! I'm sorry, I'll try to fix that with youtube's editor, thanks!

    • @gbember3470
      @gbember3470 Рік тому +7

      @@vimjoyer Don't worry, thank you!

    • @vimjoyer
      @vimjoyer  Рік тому +14

      @@gbember3470 Nevermind, there is no option to add text or image, so I'll just pin your comment

    • @TheSast
      @TheSast Рік тому +6

      ​@@vimjoyeryou can add a fixed version in the desc

    • @vimjoyer
      @vimjoyer  Рік тому +6

      @@TheSast oh yes, right, thanks!

  • @garzonjav
    @garzonjav Рік тому +61

    When it comes to NixOS, you are my "numero uno" source. The details and the order in which you present them is why a value your content. Please, any more advance video with Hyprland are welcome, specially around configuring the waybar (or any other bar). Another hyprland video could be using EWW instead of the bar. That is one that I have not seen in UA-cam. The content of this video, it took me approximately 10 days (and 5-7 sources) to learn everything that you put together in this comprehendible video. Please keep making NixOs and Hyprland videos.

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

    ❤ your format: informative, succinct, and example driven. As a long time Arch user bleeding edge excites me and as a father, time is hard to come by. Deeply appreciate your work here paraphrasing dispersed docs and making this approachable. Keep it up

  • @vimjoyer
    @vimjoyer  Рік тому +9

    Planning to make Discord server when we hit 1000 subscribers. What else do you want to see on the channel (more Nix videos are coming anyway)?.

    • @gbember3470
      @gbember3470 Рік тому +2

      I would love to see a video about nix's command line tools

    • @vimjoyer
      @vimjoyer  Рік тому +2

      @@gbember3470 great! I was thinking about it yesterday.

    • @unknown-otter
      @unknown-otter Рік тому +2

      What about Matrix instead of Discord?

    • @vimjoyer
      @vimjoyer  Рік тому +2

      ​@@unknown-otter I think discord is more accessible, but maybe I'll make matrix and setup a bridge

    • @TheSast
      @TheSast Рік тому +6

      Maybe how to set up a dev env in NixOS for all the following languages:
      C
      C++
      Rust
      Go

  • @user-jq3nh7he4g
    @user-jq3nh7he4g 7 місяців тому +39

    Please create an advanced tutorial

  • @Bvngee
    @Bvngee Рік тому +16

    My god, you're a life saver! I would _love_ to see a video on how to get started configuring hyprland with home manager specifically, or how you have that setup yourself. What immaculate timing!

  • @tiagoprnl
    @tiagoprnl Рік тому +10

    Congratulations on this video and all others on this channel, all straight to the point and well explained. Each time I see a new video here I hurry to see it. Amazing work dude!

  • @TheSast
    @TheSast Рік тому +26

    On God, you are definetly using clairvoyance to read my mind and posto videks about stuff before I can even suggest it.

  • @Xaito
    @Xaito 9 місяців тому +4

    this is great content. I've been interested in Nix OS for a while now but just couldn't bring myself to take the plunge. After watching this I might actually finally make an attempt.

  • @Ricardoromero4444
    @Ricardoromero4444 2 місяці тому +4

    A hyprland video not in 60fps doesn't do the experience justice

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

      And even a 60fps video is nothing compared to how great these animations look on a 165hz screen.

  • @baxlash81
    @baxlash81 Рік тому +1

    These videos are really good stuff. When it comes to NixOS and Hyprland, I rely on them very much. Everything is explained in details. Any more videos are most welcome.

  • @D.a.n_D
    @D.a.n_D 9 місяців тому +5

    this is a great video format. i would love to see this with other tools and programs. I love how you cover the possibilities each user can experience, which is really hard on a written format, because most sites tell you how to do it, and if you have an issue, you need to find a specific page or site for that issue, which takes a lot of time. keep up the good work!

  • @computing4699
    @computing4699 4 місяці тому +2

    Excellent video! An advanced one would be very nice too (not only for hyprland, but also for waybar)! Subscribed!

    • @computing4699
      @computing4699 4 місяці тому +1

      I meant "but also for waybar", and wrote "hyprland" twice. Hahaha

  • @Flashback_Jack
    @Flashback_Jack Рік тому +2

    This is the most comprehensive video I've seen yet of a good set of packages for Nix. Great job, man.

  • @stratfordwill
    @stratfordwill Рік тому +1

    Thank you for these NixOS videos. They have been very helpful as I experiment and learn with NixOS and Hyprland.

  • @kenrtx
    @kenrtx Рік тому +5

    Waybar configuration video would definitely be awesome.

  • @matthewboyea3860
    @matthewboyea3860 Місяць тому +2

    6:09 I would love to see your take on an advanced Waybar configuration video!

  • @BartekBroniszewski
    @BartekBroniszewski Рік тому +2

    You are killing it man, another great video, thanks a lot

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

    A few things were outdated by now, but self-explanatory to fix - great video! Thanks!
    But jeeeeeeez, I hope someone makes a Hyprland bundle. To me this feels like one step away from linux-from-scratch 😅

  • @mawfyy7001
    @mawfyy7001 Рік тому +2

    Dang, you're my main for search things about nixOS or nix, you explain so nice lmaoooo owo

  • @justaguyalive6762
    @justaguyalive6762 Рік тому +6

    wow you just keep reading my mind

    • @justaguyalive6762
      @justaguyalive6762 Рік тому +2

      One thing to add, you can add font-awesome in packages for waybar to show icons instead of squares

    • @vimjoyer
      @vimjoyer  Рік тому +1

      @@justaguyalive6762 this ^

    • @SuchANoobOG
      @SuchANoobOG 4 місяці тому

      @@justaguyalive6762thank you 😊

  • @_modiX
    @_modiX 11 місяців тому +5

    I think there are quite a few good advanced videos on how to configure hyprland, please focus on NixOS, there are little to none good deep tutorials and you are exceptionally good in this. I just wondered why you didn't mention the home manager for the hyprland configuration, maybe you wanted to keep things simple. I have to admit, the whole legacy to flake migration puts me off a little, so it would be outstanding to me if you could explain transitions from configuration.nix to flake, especially since there are quite a few guides on the internet that show the old legacy way of doing things.

  • @bonsohazard
    @bonsohazard Рік тому +1

    Thank you for the amazing videos, greatly appreciated!

  • @mattlau04
    @mattlau04 7 місяців тому +1

    Really nice video, was a huge help when setting up hyprland!

  • @CodeMonkeX
    @CodeMonkeX Рік тому +4

    Nice video.
    I would personally love to have a more detailed config video. After following this video I got to the same spot, where Hyprland is working and Waybar is running. But the workspace indicators do not work at all. It's just blank. I have been trying to patch it in my nix config, messing around with settings and it never shows up. So knowing how to get the workspace indicators, maybe lock screen, power management (sleep and screen blank), basically a series of tutorials on getting a Hyperland config to work like a DE would be great.

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

    yoo i just finally installed nix today as a dualboot and followed this, everything worked perfect and i had to do little to no troubleshooting so thanks !

  • @thisisavinash
    @thisisavinash Рік тому +1

    The way you explain is amazing

  • @orebi1914
    @orebi1914 11 місяців тому +1

    I love your videos. Awesome videos. I would like to see an advance Hyprland configuration video and an advance waybar video too. Thank you in advance!

  • @orebi1914
    @orebi1914 Рік тому +1

    I have been following your videos. Awesome!! video no exception! Please, make more videos about setting up Hyprland. Like How to set up GTK themes. And so on! Thank you in advance!

  • @BradleyADavis
    @BradleyADavis Рік тому +1

    Awesome video and channel! Hope to see more videos!

  • @ferchizzle
    @ferchizzle 10 місяців тому +1

    This is the best guide to run Hyprland on NixOS. It's been immensely helpful. Thank you so much for doing this! Are you up for doing an intense #unixporn Hyprland ricing video?

  • @Jdizzle111
    @Jdizzle111 24 дні тому +1

    Advanced waybar configuration would be awesome!!

  • @orebi1914
    @orebi1914 11 місяців тому +1

    Love your video series of NIXOS. Love the way you instruct. Can you make a detail video about Hyprland, flake and home-manager. And share your configurations files. Thank you in advance!

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

      There are already videos about those on the channel, just combine the config from the ones you like. I plan on making a giant video covering all of this in the future, but not any time soon.

  • @Kartoflaszman
    @Kartoflaszman Рік тому +2

    great content, keep it up!
    I think there is an error at 2:29, there should be something else than `dunst` in the second option

    • @vimjoyer
      @vimjoyer  Рік тому +1

      Yes, sorry "mako" should be there

    • @JohnSmith-ky2qn
      @JohnSmith-ky2qn Рік тому

      @@vimjoyer you also don't have to add libnotify, nix can figure this out

    • @vimjoyer
      @vimjoyer  Рік тому

      @@JohnSmith-ky2qn I've tested this out on a bare virtual machine, and it didn't want to work until I added libnotify. If I'm wrong, that's even better!

  • @Aethrexal
    @Aethrexal Рік тому

    This video would have been very useful for me yesterday 😆Struggled for a while to find the fix for waybar to show the workspaces.
    Would be nice to see a more advanced video for Hyprland and Waybar config!

    • @CodeMonkeX
      @CodeMonkeX Рік тому

      How did you end up getting workspaces working? I followed this video and I never did get the indicators to show in Waybar.

    • @Aethrexal
      @Aethrexal Рік тому

      @@CodeMonkeX He didn't show it in the video. But you're gonna have to copy or add the waybar config to your .config folder, then in the config you're gonna want to replace "sway/workspaces" with "wlr/workspaces".
      Then it should work, as long as you added that override he showed.

  • @kevinmadison2088
    @kevinmadison2088 8 місяців тому +1

    With your neovim video as well as this one, you're using the .config files to manage your configuration. Is this the best way to do this or is there a more NixOS native way of handling these things? I had trouble getting Mason working with neovim in nixos for example because the package management conflicts with nix somehow. Awesome videos btw! Thank you so much.

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

      I highly recommend you to use devshells rather than Mason on NixOS. Just put JavaScript LSP into JavaScript devshell and python LSP into python devshell. Everything separated, clean and efficient.
      Some LSPs from Mason work, but they usually require you to have npm, gcc and some other dependencies installed

  • @yorkmolko
    @yorkmolko Рік тому +1

    Приятный и какой-то родной акцент...

  • @nathanaelpriambodo8563
    @nathanaelpriambodo8563 5 місяців тому +2

    Hi, great video!, Can you make tutorial how to install and run flutter ? I'm kinda confused about the documentation 😅

  • @kayh_online
    @kayh_online Рік тому +2

    For anyone else searching for what "slupr" is at 6:15, its supposed to be "slurp" lol

  • @e-cal
    @e-cal 5 місяців тому +1

    albert is the goat launcher sorry rofi

  • @affieuk
    @affieuk Рік тому +2

    Really enjoying your videos and clear style. Please do make those advanced videos, if you can add in things like volume and brightness controls that would be awesome. I actually got volume buttons working and was about to start on the brightness buttons, which incidentally I can change with the mouse over waybar, but I have no idea what executable waybar is using to control brightness. Unfortunately my XPS looks like it's bit the bullet...

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

      its there somewhere in the waybar config file.

  • @5133937
    @5133937 Рік тому

    Great timing, was just looking into switching from Gnome to Hyprland or Sway on NixOS. I would love to a followup video on advanced Hyprland config.

  • @ricardoribeiroprudencio7871
    @ricardoribeiroprudencio7871 11 місяців тому +3

    Great video, could you make a video on how to config Hyprland via home manager? I tried to do that but it is kinda confusing and the documentation is pretty bad regarding it.

  • @GloomDev
    @GloomDev Рік тому +1

    Nice visuals. I'll give this a shot soon.

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

      A year later but I'm finally using Hyprland + NixOS

  • @mawfyy7001
    @mawfyy7001 11 місяців тому +1

    Btw, you should check or edit the enabling hyprland part in your description, there's two times enable = true on hyprland configuration.

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

      Thanks, edited

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

    im glad i turned off an addBlocker as i would never have seen this otherwise.. excellent.

  • @pabloqp7929
    @pabloqp7929 Рік тому +1

    Both a waybar and eww video seem great to me 🎉🎉

  • @alexandermartens192
    @alexandermartens192 Рік тому

    Amazing video. I would love to see all configurations videos on hyprland and eww and waybar

  • @5fr4ewq
    @5fr4ewq 8 місяців тому +1

    hyprland is great, what i like abt it even more is community

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

    at 4:39 you point at the monitor config, but you should be erasing the autogenerated = 1 line

  • @max_ishere
    @max_ishere Рік тому +2

    I really hope this will be the last time ill do heavy configuration. Only maintenance afterwards.

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

    No X, way PURE

  • @godnyx117
    @godnyx117 Рік тому +2

    Other than the cool animations, does Hyprland have anything else worth noting compared to other window managers?

    • @vimjoyer
      @vimjoyer  Рік тому +1

      It's based on wayland, has a very nice hyprctl & UNIX socket to extend it. And it can also expose global keybindings to applications, because they usually can't just grab them themselves on other wayland compositors.

    • @godnyx117
      @godnyx117 Рік тому

      @@vimjoyer Thank you for the information! Sounds interesting! I may check it out in the future. Have a nice day my friend!

  • @sodiboo
    @sodiboo Рік тому +1

    4:37 That arrow points to the wrong line. It's line 6 above the cursor, not 3.

  • @pimpthyride
    @pimpthyride Рік тому +1

    Thanks for the video. Looks cool. I have been using NixOS for about a week now and so far it is a living hell. I normally use i3, but cant get the i3bar working, bspwm won't even start and now trying to use hyprland is following the same fate, just doesn't start. Documentation is sparse and kind of lacking. Really thinking of throwing down the towel. I am missing something ArchWiki or better organized HowTo's for NixOs.

    • @vimjoyer
      @vimjoyer  Рік тому

      Hard to tell, it could just be your hardware

    • @pimpthyride
      @pimpthyride Рік тому +1

      @@vimjoyer I guess so. I am testing on a 5 year old ACER laptop and a Virtual Box Virtual Machine from my main PC. At least i3 did work correctly on the laptop when I had Manjaro innstalled. I will keep on trying, I really like the concept.

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

    Thanks for this very useful video to learn Nixos and Hyprland.
    I am trying to configure my Waybar but can't find the 'config' and 'style.css' files. Do you know where they are located in Nixos?
    Thank you.

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

      You can create them yourself in the same place as on any other distro. Hyprland generates it's config automatically, but waybar doesn't iirc.

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

      @@vimjoyer It works, thanks!!

  • @JudeDominicEstrellado
    @JudeDominicEstrellado 11 місяців тому +1

    thank you for your video. just starting with NixOS and this is a great guide for me to setup hyprland and waybar. maybe you can guide me how to customize the waybar in nixos? :)

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

      Customizing waybar with home-manager is very easy, so that guide would probably be a 30 seconds video. I might combine both waybar's and hyprland's home-manager configs in one video.

  • @cheikdiabate
    @cheikdiabate 10 місяців тому +1

    Your font is pretty cool, which one did you install ?

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

      JetBrainsMono

  • @oglothenerd
    @oglothenerd 11 місяців тому +2

    I would make a Discord server now! I made one at 500 subs, and it blew up! Also, great video! I would love if you made a video about the envfs option that makes /bin/bash work on NixOS. Also, if you know how to fix FHS compliancy, that would let me switch back to NixOS!

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

      Not being compliant with FHS is one of it's features, because you can make a FHS environment in a derivation for a specific package, and it is actually how most proprietary packages in nixpkgs work. You can even make a super simple nix-shell that would put you in one if you want, so it's not an issue at all. I will probably make a video about cool features like envfs option. And I've made a discord server already, you can find it here: discord.gg/AqHbaeK43b.

    • @oglothenerd
      @oglothenerd 11 місяців тому +2

      @@vimjoyer Awesome! Thank you! Hey, I have more subs than you, so I will add you to my UA-camr shoutout list!

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

      @@oglothenerd are you sure?

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

      @@vimjoyer Yeah.

    • @oglothenerd
      @oglothenerd 11 місяців тому +1

      @@vimjoyer Yeah.

  • @Ateshtesh
    @Ateshtesh 7 місяців тому +1

    Well, Im more emacs than vim, but I like your videos! suscribed!

  • @nerdg2
    @nerdg2 6 місяців тому +1

    wow!

  • @roddy2143
    @roddy2143 Рік тому +1

    Where do i add the xdg.portal line in the config file... does it come under any of the other functions ?
    Really nice video btw ❤

    • @vimjoyer
      @vimjoyer  Рік тому

      In your nixOS configuration file. See mynixos.com/nixpkgs/option/xdg.portal.enable

  • @Ken-ey2sj
    @Ken-ey2sj 3 місяці тому +1

    Bro can you do a favor and keep the good job. ur going well with contents, don't stop!

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

      I'm not going to stop 😎

  • @beginnenmetinux
    @beginnenmetinux Рік тому +1

    Great video!

  • @countermeasuresecurityengi9719

    i use barrier to run multiple pc (share keyboard, mouse) and weyland isn’t supported by barrier😢
    any solution - workaround ideas? weyland is the future

    • @vimjoyer
      @vimjoyer  Рік тому

      I haven't seen any

    • @ppen9u1n
      @ppen9u1n Рік тому +1

      indeed barrier is pretty much the only thing on wayland that I have found zero replacement for. Let's keep an eye open, I'd be very interested too.

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

    Please make hyprland and waybar customization guide too

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

      I made it already, but the audio was corrupted so I took it down

  • @smuecke
    @smuecke Рік тому +1

    Which font are you using for your on-screen code snippets?

  • @lel7531
    @lel7531 Рік тому +1

    Please a video on advanced hyprland config and I can't wait for the discord server !

  • @cenunix
    @cenunix Рік тому +2

    Why not use the hyprland xdg portal? Also, some other useful packages are grimblast, wl-clipboard, and wf-recorder :)

    • @vimjoyer
      @vimjoyer  Рік тому

      I tried hyprland xdg portal, it didn't work for me. All of those packages are pretty useful indeed!

    • @ppen9u1n
      @ppen9u1n Рік тому +1

      @@vimjoyer In the hyprland repo there's a flake which appears to do some dependency stuff that's probably not covered by the nixos programs.hyprland module. Two of those are waybar and the desktop portal, but the dep for wlroots may also be different. Depending on the status of current nixpkgs using the standard nixos module may lead to lack of features and/or compatibility issues. I'm using upstream as a flake input, which is more cutting edge and better integrated with its specific dependencies, at the cost of a bit more complexity. It is generally smooth, though YMMV.

  • @braaitongs
    @braaitongs 6 місяців тому +1

    Do you still need the Xserver if you use wayland? I thought it replaces it? Do you not need to switch it off?

    • @vimjoyer
      @vimjoyer  6 місяців тому

      Popular display managers like sddm or gdm unfortunately still rely on xorg. You can disable xorg, but you will have to start hyprland from tty.
      Edit: display managers not servers

    • @Joris-KarlHuysmans
      @Joris-KarlHuysmans 15 днів тому

      This comment saved my install. Thanks @vimjoyer

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

    FYI, `sound.enable` is explicitly for enabling ALSA sound so using it with pipewire as you do at 3:03 is at best redundant and at worst could break something. Great video otherwise

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

      That's how default generated configuration.nix does it. I'm not inventing anything.

  • @damnhatesyou
    @damnhatesyou Рік тому +2

    Isn’t it bad practice to edit your desktop configs directly. You should be doing it in your NixOS configuration file

    • @vimjoyer
      @vimjoyer  Рік тому

      NixOS configuration doesn't provide those options for hyprland yet, so it's absolutely fine to do it this way, don't worry. If you really want, you can make your own home-manager module for it, or just put it as a string in home-manager, and symlink it from nix strore.

  • @teksaucee
    @teksaucee Рік тому +1

    i would be on hyprland if i didn't have a nvidia card , i experienced crashes on wayland

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

    hey my friend, do you by any chance have a remote repo of your configuration.nix I can study?

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

      Yes, I have a repo called nixconf on my github page

  • @caioalves6712
    @caioalves6712 5 місяців тому +1

    Hello, can you tell me why, when I open a window through rofi, it doesn't open fullscreen like when I open the terminal through the hyprland bind? And I can't find where I can tweak the rofi.config Thx

    • @vimjoyer
      @vimjoyer  5 місяців тому

      Very strange, I've never had this issue. You can tweak rofi's config the same way you do on any other distro, or using home-manager.

  • @artinwebwetrust8551
    @artinwebwetrust8551 Рік тому +1

    I've got AMD Vega64 videocard. What should I do in config? Strings with text "nvidia" - i should delete? Thanks!

  • @erichanson5628
    @erichanson5628 Рік тому

    WoW! Many Thanks!

  • @playdead9779
    @playdead9779 8 місяців тому

    You sir get a subscribe from me. Video has been extremely helpful. I was very hesistant to switch to a WM for a very long time. Now I'm not.

  • @YouBetterCat
    @YouBetterCat 10 місяців тому +2

    can u mnake an advanced custom video ?

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

    Where can I find your wallpaper?

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

      Here: github.com/vimjoyer/nixconf/blob/main/homeManagerModules/features/prism/wallpapers/gruvbox-mountain-village.png

  • @greyshopleskin2315
    @greyshopleskin2315 6 місяців тому +1

    2:32 you can choose between dunst or dunst 😂😂

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

      Dunst for the win 💪

  • @fredwilson1191
    @fredwilson1191 5 місяців тому +1

    What about using a AMD graphics card, which I'm using ?

    • @vimjoyer
      @vimjoyer  5 місяців тому

      Works out of the box (Nvidia option is also not needed anymore)

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

    is there a standard environment variable or nix conf option that people are using to configure scripts that make use of dmenu to use an alternative like rofi, depending on how you set it?

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

      You can implement it yourself. Crete a module with such option of type string, and then just interpolate it into your scripts.

  • @authenticLC
    @authenticLC Рік тому

    I'd love to see an EWW video since I'm wanting to get into that

  • @ShinysArc
    @ShinysArc Рік тому +1

    How did you change the icon of the nm-applet?

    • @vimjoyer
      @vimjoyer  Рік тому

      I have a different icon theme, and it affects it. You can check how I installed it in the latest video.

  • @braaitongs
    @braaitongs 6 місяців тому +1

    Can you show how you add kde plasma 6 and wayland and hyperland?

    • @vimjoyer
      @vimjoyer  6 місяців тому

      Just enable both plasma and hyprland, you will be able to switch between them in sddm.

  • @aeases-
    @aeases- Рік тому

    2 Questions;
    Apparently you can't run any binaries not from the nix repos on nixos? (or just not installed through nix in general) is there any way to run stuff like compiled but not installed apps / appimages?
    is there an easy way to install dev packages e.g. sudo apt install build-essential or do i have to add each individaully to the nix file

    • @vimjoyer
      @vimjoyer  Рік тому

      unix.stackexchange.com/questions/522822/different-methods-to-run-a-non-nixos-executable-on-nixos - here is a huge list of methods to run a non-nixos executable on Nixos. I might make a video version of this later.
      Yes, you can use other package managers on nixos.
      edit: added some more text.

    • @aeases-
      @aeases- Рік тому

      @@vimjoyer wut about dev packages too, is there just a list i chuck into the nix file to get everything build essentail or base-devel would normally give or is there groups of packages or something else entirely? also when you say other package manages do you mean actual managers like apt / pacman / dnf (seems against reproducability? unless it's distrobox i guess) or is it adding other nix repos

    • @vimjoyer
      @vimjoyer  Рік тому

      @@aeases- usually, you can find all of the essential packages for specific language on NixOS wiki. nixos.wiki/wiki/Node.js - JavaScript. If you can't find some node packages in nixpkgs, you will, unfortunately, have to package them yourself of install with npm.
      Edit: you shouldn't install other package managers packages as root.

  • @orebi1914
    @orebi1914 Рік тому

    Hello! Again. Quick question. Can you make a video showing how to set up a gtk theme in Nixos using Hyprland? Thank You in advance!

    • @vimjoyer
      @vimjoyer  Рік тому

      I'll probably make a general theming video later. Gtk, qt, sddm theme and all
      Edit: on nixos, of course

  • @gaborkrisko
    @gaborkrisko Рік тому +1

    What theme are you using?

  • @rafaolenderski4168
    @rafaolenderski4168 11 місяців тому +1

    Thanks for the video. Could be much better if you will share the configuration.nix file. Im new in NixOS and it's not that easy to prepare working configuration. I would like to compare what is wrong and what is correct in my configuration.nix file.

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

      Everybody is asking for it, but it's not clean enough yet. When I am happy with it, I'll make a separate video about it. Until then, check Misterio77's config. It's what I have learned from)

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

    Please create an advanced tutorial 🤧

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

      I still plan to do it

  • @user-zj1de2eo6j
    @user-zj1de2eo6j Рік тому

    Hello, how do you add the waybar override to your configuration.nix? When I add that section to environment.systemPackages I get a build error "error: syntax error, unexpected '('".

    • @vimjoyer
      @vimjoyer  Рік тому

      It should work if you just put that into packages, are you sure you don't have any extra "("?

  • @lel7531
    @lel7531 Рік тому

    Full ricing video when ?

  • @TheToric
    @TheToric 4 місяці тому +1

    Can you configure it with home-manager?

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

      Yeah, hyprland options were added recently, and I've already made a video about it

  • @blubbafett
    @blubbafett 10 місяців тому

    You wouldn't mind sharing a full configuration.nix (and other relevant files, e.g on your git) file for this so one can compare ones own with a "working" one?

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

      I don't want to share my configuration just yet, but if you want a good working example, I recommend checking out Misterio77's configs.

  • @ste1ee
    @ste1ee Рік тому +1

    Hey I love the video but I cant figure out how to configure waybar. I just cant find the configuration file for it

    • @vimjoyer
      @vimjoyer  Рік тому +1

      Follow waybars documentation, or check someone elses config from reddit.

    • @ste1ee
      @ste1ee Рік тому +1

      @@vimjoyer ty vm

  • @gogoswang7976
    @gogoswang7976 Рік тому

    How do you get Hyprland to start without typing the command in the terminal? Is this done in bashrc or configuration.nix?

    • @vimjoyer
      @vimjoyer  Рік тому

      Enable any display manager, sddm for example.

  • @maykeldebian
    @maykeldebian Рік тому +1

    Hi, what font are used in terminal?

  • @unLinuxeroMas
    @unLinuxeroMas 10 місяців тому +1

    can you make a top about the best hyperland configs?

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

      I don't think that's in the spirit of a channel. I mostly do tutorials

    • @unLinuxeroMas
      @unLinuxeroMas 10 місяців тому

      oh i see thanks for answering@@vimjoyer

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

    How do you fix the fonts (font-awesome icons) in waybar? ;-;