Nixos and Hyprland - Best Match Ever

  Рет қаралды 127,886

Vimjoyer

Vimjoyer

10 ай бұрын

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

Пікірлер: 207
@gbember3470
@gbember3470 10 ай бұрын
Cool video and cool project! Btw, is the info correct on 2:38? Both packages are dunst
@vimjoyer
@vimjoyer 10 ай бұрын
NOOOOOO! I'm sorry, I'll try to fix that with youtube's editor, thanks!
@gbember3470
@gbember3470 10 ай бұрын
@@vimjoyer Don't worry, thank you!
@vimjoyer
@vimjoyer 10 ай бұрын
@@gbember3470 Nevermind, there is no option to add text or image, so I'll just pin your comment
@TheSast
@TheSast 10 ай бұрын
​@@vimjoyeryou can add a fixed version in the desc
@vimjoyer
@vimjoyer 10 ай бұрын
@@TheSast oh yes, right, thanks!
@garzonjav
@garzonjav 10 ай бұрын
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 KZfaq. 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.
@BvngeeCord
@BvngeeCord 10 ай бұрын
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!
@baxlash81
@baxlash81 10 ай бұрын
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 6 ай бұрын
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!
@vimjoyer
@vimjoyer 10 ай бұрын
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 10 ай бұрын
I would love to see a video about nix's command line tools
@vimjoyer
@vimjoyer 10 ай бұрын
@@gbember3470 great! I was thinking about it yesterday.
@unknown-otter
@unknown-otter 10 ай бұрын
What about Matrix instead of Discord?
@vimjoyer
@vimjoyer 10 ай бұрын
​@@unknown-otter I think discord is more accessible, but maybe I'll make matrix and setup a bridge
@TheSast
@TheSast 10 ай бұрын
Maybe how to set up a dev env in NixOS for all the following languages: C C++ Rust Go
@TheSast
@TheSast 10 ай бұрын
On God, you are definetly using clairvoyance to read my mind and posto videks about stuff before I can even suggest it.
@Flashback_Jack
@Flashback_Jack 9 ай бұрын
This is the most comprehensive video I've seen yet of a good set of packages for Nix. Great job, man.
@stratfordwill
@stratfordwill 10 ай бұрын
Thank you for these NixOS videos. They have been very helpful as I experiment and learn with NixOS and Hyprland.
@Xaito
@Xaito 6 ай бұрын
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.
@BartekBroniszewski
@BartekBroniszewski 10 ай бұрын
You are killing it man, another great video, thanks a lot
@computing4699
@computing4699 Ай бұрын
Excellent video! An advanced one would be very nice too (not only for hyprland, but also for waybar)! Subscribed!
@computing4699
@computing4699 Ай бұрын
I meant "but also for waybar", and wrote "hyprland" twice. Hahaha
@bonsohazard
@bonsohazard 10 ай бұрын
Thank you for the amazing videos, greatly appreciated!
@5133937
@5133937 10 ай бұрын
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.
@thisisavinash
@thisisavinash 9 ай бұрын
The way you explain is amazing
@mattlau04
@mattlau04 4 ай бұрын
Really nice video, was a huge help when setting up hyprland!
@orebi1914
@orebi1914 8 ай бұрын
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!
@BradleyADavis
@BradleyADavis 9 ай бұрын
Awesome video and channel! Hope to see more videos!
@user-jq3nh7he4g
@user-jq3nh7he4g 4 ай бұрын
Please create an advanced tutorial
@orebi1914
@orebi1914 10 ай бұрын
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!
@splits8999
@splits8999 2 ай бұрын
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 !
@kenrtx
@kenrtx 9 ай бұрын
Waybar configuration video would definitely be awesome.
@mawfyy7001
@mawfyy7001 10 ай бұрын
Dang, you're my main for search things about nixOS or nix, you explain so nice lmaoooo owo
@alexandermartens192
@alexandermartens192 10 ай бұрын
Amazing video. I would love to see all configurations videos on hyprland and eww and waybar
@_modiX
@_modiX 8 ай бұрын
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.
@ferchizzle
@ferchizzle 7 ай бұрын
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?
@vimjoyer
@vimjoyer 7 ай бұрын
we'll see
@GloomDev
@GloomDev 10 ай бұрын
Nice visuals. I'll give this a shot soon.
@affieuk
@affieuk 10 ай бұрын
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 8 ай бұрын
its there somewhere in the waybar config file.
@justaguyalive6762
@justaguyalive6762 10 ай бұрын
wow you just keep reading my mind
@justaguyalive6762
@justaguyalive6762 10 ай бұрын
One thing to add, you can add font-awesome in packages for waybar to show icons instead of squares
@vimjoyer
@vimjoyer 10 ай бұрын
@@justaguyalive6762 this ^
@SuchANoobOG
@SuchANoobOG Ай бұрын
@@justaguyalive6762thank you 😊
@orebi1914
@orebi1914 8 ай бұрын
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 8 ай бұрын
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.
@Rinnray
@Rinnray 10 ай бұрын
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 10 ай бұрын
How did you end up getting workspaces working? I followed this video and I never did get the indicators to show in Waybar.
@Rinnray
@Rinnray 10 ай бұрын
@@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.
@yorkmolko
@yorkmolko 10 ай бұрын
Приятный и какой-то родной акцент...
@kevinmadison2088
@kevinmadison2088 5 ай бұрын
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 5 ай бұрын
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
@beginnenmetinux
@beginnenmetinux 10 ай бұрын
Great video!
@erichanson5628
@erichanson5628 10 ай бұрын
WoW! Many Thanks!
@CodeMonkeX
@CodeMonkeX 10 ай бұрын
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.
@BradleyADavis
@BradleyADavis 9 ай бұрын
+1
@JPKB36
@JPKB36 Ай бұрын
No X, way PURE
@ricardoribeiroprudencio7871
@ricardoribeiroprudencio7871 8 ай бұрын
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.
@pabloqp7929
@pabloqp7929 10 ай бұрын
Both a waybar and eww video seem great to me 🎉🎉
@nerdg2
@nerdg2 3 ай бұрын
wow!
@nathanaelpriambodo8563
@nathanaelpriambodo8563 2 ай бұрын
Hi, great video!, Can you make tutorial how to install and run flutter ? I'm kinda confused about the documentation 😅
@mawfyy7001
@mawfyy7001 8 ай бұрын
Btw, you should check or edit the enabling hyprland part in your description, there's two times enable = true on hyprland configuration.
@vimjoyer
@vimjoyer 8 ай бұрын
Thanks, edited
@pimpthyride
@pimpthyride 9 ай бұрын
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 9 ай бұрын
Hard to tell, it could just be your hardware
@pimpthyride
@pimpthyride 9 ай бұрын
@@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.
@views8962
@views8962 7 ай бұрын
Thanks for the straight forward guide. Does this setup allow for saving desktop sessions (app location and window position within workspaces/virtual desktops)
@vimjoyer
@vimjoyer 7 ай бұрын
Hyprland is very extensible, so I'm sure you could achieve it with some simple bash scripts
@views8962
@views8962 7 ай бұрын
I hope you create the advanced stuff. @@vimjoyer
@JudeDominicEstrellado
@JudeDominicEstrellado 8 ай бұрын
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 8 ай бұрын
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.
@kayh_online
@kayh_online 9 ай бұрын
For anyone else searching for what "slupr" is at 6:15, its supposed to be "slurp" lol
@tristanboyle4450
@tristanboyle4450 6 ай бұрын
im glad i turned off an addBlocker as i would never have seen this otherwise.. excellent.
@5fr4ewq
@5fr4ewq 5 ай бұрын
hyprland is great, what i like abt it even more is community
@Ateshtesh
@Ateshtesh 4 ай бұрын
Well, Im more emacs than vim, but I like your videos! suscribed!
@sharperguy
@sharperguy 6 ай бұрын
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 6 ай бұрын
You can implement it yourself. Crete a module with such option of type string, and then just interpolate it into your scripts.
@relaxdmj8769
@relaxdmj8769 22 күн бұрын
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 22 күн бұрын
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 22 күн бұрын
@@vimjoyer It works, thanks!!
@cheikdiabate
@cheikdiabate 7 ай бұрын
Your font is pretty cool, which one did you install ?
@vimjoyer
@vimjoyer 7 ай бұрын
JetBrainsMono
@user-zj1de2eo6j
@user-zj1de2eo6j 10 ай бұрын
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 10 ай бұрын
It should work if you just put that into packages, are you sure you don't have any extra "("?
@aeases-
@aeases- 10 ай бұрын
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 10 ай бұрын
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- 10 ай бұрын
@@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 10 ай бұрын
@@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.
@CryptixMC
@CryptixMC 5 күн бұрын
at 4:39 you point at the monitor config, but you should be erasing the autogenerated = 1 line
@HaySidney
@HaySidney 6 ай бұрын
How do you fix the fonts (font-awesome icons) in waybar? ;-;
@godnyx117
@godnyx117 9 ай бұрын
Other than the cool animations, does Hyprland have anything else worth noting compared to other window managers?
@vimjoyer
@vimjoyer 9 ай бұрын
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 9 ай бұрын
@@vimjoyer Thank you for the information! Sounds interesting! I may check it out in the future. Have a nice day my friend!
@Kartoflaszman
@Kartoflaszman 10 ай бұрын
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 10 ай бұрын
Yes, sorry "mako" should be there
@JohnSmith-ky2qn
@JohnSmith-ky2qn 10 ай бұрын
@@vimjoyer you also don't have to add libnotify, nix can figure this out
@vimjoyer
@vimjoyer 10 ай бұрын
@@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!
@roddy2143
@roddy2143 10 ай бұрын
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 10 ай бұрын
In your nixOS configuration file. See mynixos.com/nixpkgs/option/xdg.portal.enable
@smuecke
@smuecke 9 ай бұрын
Which font are you using for your on-screen code snippets?
@vimjoyer
@vimjoyer 9 ай бұрын
JetBrains Mono
@sodiboo
@sodiboo 9 ай бұрын
4:37 That arrow points to the wrong line. It's line 6 above the cursor, not 3.
@orebi1914
@orebi1914 10 ай бұрын
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 10 ай бұрын
I'll probably make a general theming video later. Gtk, qt, sddm theme and all Edit: on nixos, of course
@max_ishere
@max_ishere 9 ай бұрын
I really hope this will be the last time ill do heavy configuration. Only maintenance afterwards.
@e-cal
@e-cal 2 ай бұрын
albert is the goat launcher sorry rofi
@vimjoyer
@vimjoyer 2 ай бұрын
it is
@lel7531
@lel7531 10 ай бұрын
Please a video on advanced hyprland config and I can't wait for the discord server !
@playdead9779
@playdead9779 5 ай бұрын
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.
@braaitongs
@braaitongs 4 ай бұрын
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 4 ай бұрын
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
@artinwebwetrust8551
@artinwebwetrust8551 9 ай бұрын
I've got AMD Vega64 videocard. What should I do in config? Strings with text "nvidia" - i should delete? Thanks!
@vimjoyer
@vimjoyer 9 ай бұрын
Yes
@caioalves6712
@caioalves6712 2 ай бұрын
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 2 ай бұрын
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.
@blubbafett
@blubbafett 7 ай бұрын
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 7 ай бұрын
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.
@gogoswang7976
@gogoswang7976 10 ай бұрын
How do you get Hyprland to start without typing the command in the terminal? Is this done in bashrc or configuration.nix?
@vimjoyer
@vimjoyer 10 ай бұрын
Enable any display manager, sddm for example.
@ShinysArc
@ShinysArc 10 ай бұрын
How did you change the icon of the nm-applet?
@vimjoyer
@vimjoyer 10 ай бұрын
I have a different icon theme, and it affects it. You can check how I installed it in the latest video.
@lel7531
@lel7531 10 ай бұрын
Full ricing video when ?
@YouBetterCat
@YouBetterCat 7 ай бұрын
can u mnake an advanced custom video ?
@cenunix
@cenunix 10 ай бұрын
Why not use the hyprland xdg portal? Also, some other useful packages are grimblast, wl-clipboard, and wf-recorder :)
@vimjoyer
@vimjoyer 10 ай бұрын
I tried hyprland xdg portal, it didn't work for me. All of those packages are pretty useful indeed!
@ppen9u1n
@ppen9u1n 10 ай бұрын
@@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.
@fredwilson1191
@fredwilson1191 2 ай бұрын
What about using a AMD graphics card, which I'm using ?
@vimjoyer
@vimjoyer 2 ай бұрын
Works out of the box (Nvidia option is also not needed anymore)
@Ken-ey2sj
@Ken-ey2sj 7 күн бұрын
Bro can you do a favor and keep the good job. ur going well with contents, don't stop!
@vimjoyer
@vimjoyer 7 күн бұрын
I'm not going to stop 😎
@rafaolenderski4168
@rafaolenderski4168 8 ай бұрын
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 8 ай бұрын
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)
@authenticLC
@authenticLC 10 ай бұрын
I'd love to see an EWW video since I'm wanting to get into that
@maykeldebian
@maykeldebian 9 ай бұрын
Hi, what font are used in terminal?
@vimjoyer
@vimjoyer 9 ай бұрын
JetBrainsMono
@Aayushh07
@Aayushh07 9 күн бұрын
Please make hyprland and waybar customization guide too
@vimjoyer
@vimjoyer 9 күн бұрын
I made it already, but the audio was corrupted so I took it down
@oglothenerd
@oglothenerd 8 ай бұрын
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 8 ай бұрын
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 8 ай бұрын
@@vimjoyer Awesome! Thank you! Hey, I have more subs than you, so I will add you to my KZfaqr shoutout list!
@vimjoyer
@vimjoyer 8 ай бұрын
@@oglothenerd are you sure?
@oglothenerd
@oglothenerd 8 ай бұрын
@@vimjoyer Yeah.
@oglothenerd
@oglothenerd 8 ай бұрын
@@vimjoyer Yeah.
@gaborkrisko
@gaborkrisko 9 ай бұрын
What theme are you using?
@vimjoyer
@vimjoyer 9 ай бұрын
gruvbox
@teksaucee
@teksaucee 9 ай бұрын
i would be on hyprland if i didn't have a nvidia card , i experienced crashes on wayland
@ste1ee
@ste1ee 9 ай бұрын
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 9 ай бұрын
Follow waybars documentation, or check someone elses config from reddit.
@ste1ee
@ste1ee 9 ай бұрын
@@vimjoyer ty vm
@countermeasuresecurityengi9719
@countermeasuresecurityengi9719 10 ай бұрын
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 10 ай бұрын
I haven't seen any
@ppen9u1n
@ppen9u1n 10 ай бұрын
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.
@braaitongs
@braaitongs 4 ай бұрын
Can you show how you add kde plasma 6 and wayland and hyperland?
@vimjoyer
@vimjoyer 4 ай бұрын
Just enable both plasma and hyprland, you will be able to switch between them in sddm.
@jerryaugusto95
@jerryaugusto95 23 күн бұрын
Where can I find your wallpaper?
@vimjoyer
@vimjoyer 23 күн бұрын
Here: github.com/vimjoyer/nixconf/blob/main/homeManagerModules/features/prism/wallpapers/gruvbox-mountain-village.png
@unLinuxeroMas
@unLinuxeroMas 7 ай бұрын
can you make a top about the best hyperland configs?
@vimjoyer
@vimjoyer 7 ай бұрын
I don't think that's in the spirit of a channel. I mostly do tutorials
@unLinuxeroMas
@unLinuxeroMas 7 ай бұрын
oh i see thanks for answering@@vimjoyer
@damnhatesyou
@damnhatesyou 10 ай бұрын
Isn’t it bad practice to edit your desktop configs directly. You should be doing it in your NixOS configuration file
@vimjoyer
@vimjoyer 10 ай бұрын
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.
@tumescent
@tumescent 2 күн бұрын
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 2 күн бұрын
That's how default generated configuration.nix does it. I'm not inventing anything.
@TheToric
@TheToric Ай бұрын
Can you configure it with home-manager?
@vimjoyer
@vimjoyer Ай бұрын
Yeah, hyprland options were added recently, and I've already made a video about it
@BlueskyFR_
@BlueskyFR_ 8 ай бұрын
What do you mean at 6:32 ? Leave what set to true ?
@vimjoyer
@vimjoyer 8 ай бұрын
If you have installed NixOS with a graphical installer for the first time, and have either GNOME, KDE, or other desktop environment enabled in your configuration, it is a good idea to not disable it right away (if you don't know which applications you may need).
@supernerd6983
@supernerd6983 9 ай бұрын
Does this work with AMD GPU?
@vimjoyer
@vimjoyer 9 ай бұрын
Yes
@greyshopleskin2315
@greyshopleskin2315 3 ай бұрын
2:32 you can choose between dunst or dunst 😂😂
@vimjoyer
@vimjoyer 3 ай бұрын
Dunst for the win 💪
@_bxffour
@_bxffour 8 ай бұрын
Can I get your nix config or whatever? I want to get into nixos 😅
@vimjoyer
@vimjoyer 8 ай бұрын
Not yet
@awesomesauce1157
@awesomesauce1157 10 ай бұрын
Terminal emulators like kitty and alacritty won't launch! Even through rofi. Why is that?
@vimjoyer
@vimjoyer 10 ай бұрын
Are you using nvidia? I'm not sure what could be the problem. Do you have it with all programs or only with terminal emulators?
@awesomesauce1157
@awesomesauce1157 10 ай бұрын
@@vimjoyer Found out that it was a virtualbox thing... Gotta change the VM for it to work.
@vimjoyer
@vimjoyer 10 ай бұрын
@@awesomesauce1157 Nice!
@fulsomenko
@fulsomenko 10 ай бұрын
hi
@vimjoyer
@vimjoyer 10 ай бұрын
hello
@orionRuse
@orionRuse 13 күн бұрын
Why did you use eww instead of eww-wayland
@vimjoyer
@vimjoyer 13 күн бұрын
I don't remember
@orionRuse
@orionRuse 12 күн бұрын
The correct package is eww-wayland not eww, you should mention it in the description because it would be helpful to a lot of beginners.
Best NixOS Way to Write Your Scripts
5:49
Vimjoyer
Рет қаралды 19 М.
Ultimate NixOS Guide | Flakes | Home-manager
15:30
Vimjoyer
Рет қаралды 98 М.
NixOS: Everything Everywhere All At Once
15:10
No Boilerplate
Рет қаралды 252 М.
How to rice Hyprland (Part 1)
11:08
sane1090x
Рет қаралды 2,1 М.
My New Desktop
11:46
Chris Titus Tech
Рет қаралды 560 М.
NixOS is Mindblowing
12:02
Chris Titus Tech
Рет қаралды 657 М.
Nix and NeoVim
13:38
ThePrimeTime
Рет қаралды 111 М.
An honest review on Hyprland
10:25
Ampersand
Рет қаралды 76 М.
NixOS Has One BIG Problem
17:48
The Linux Cast
Рет қаралды 56 М.
The Linux Tier List
27:34
Chris Titus Tech
Рет қаралды 882 М.
NIX OS: the BEST package manager on the MOST SOLID Linux distribution
17:08
The Linux Experiment
Рет қаралды 295 М.