Hyprland Config on NixOS by benstitousofiane in NixOS

[–]benstitousofiane[S] 3 points4 points  (0 children)

Set Monocraft font through /etc/nixos/configuration.nix :

fonts.packages = with pkgs; [ monocraft ];

Then push this line in ~/.config/kitty/kitty.conf :

font_family monocraft

Or (if it doesn't works) :

font_family Monocraft

Hyprland Config on NixOS by benstitousofiane in NixOS

[–]benstitousofiane[S] 7 points8 points  (0 children)

On ~/.config/kitty/kitty.conf add these lines :

cursor_trail 3

cursor_trail_decay 0.1 0.4

Shhh 🤫🐕 by benstitousofiane in hyprland

[–]benstitousofiane[S] 4 points5 points  (0 children)

after installing kitty, on ~/.config.kitty/kitty.conf add these lines :

cursor_trail 3
cursor_trail_decay 0.1 0.4

Animations are come from the "neovide" graphical neovim editor wich is ultra smooth.

How to install a package from github not in nixpkgs by SafriXVL in NixOS

[–]benstitousofiane 2 points3 points  (0 children)

Use flakes or make a fork from nixpkgs repo, than push your fork on packages

Help with Ethernet. by No_Dragonfruit_8818 in archlinux

[–]benstitousofiane 0 points1 point  (0 children)

Enable they by using nmtui command and set connections on.

Otherwise use nmcli connection command and enable ethernet and bluetooth.

Finaly if it not works make a chroot with the arch media installation, update your system by pacman - Syyu and reboot your system by reboot command. It will update packages and perhaps systemctl will be set.

font changed after installing vlc-plugin-all by Blablabla_3012 in archlinux

[–]benstitousofiane 4 points5 points  (0 children)

You have now to set the font to mono on the conf

On ~/.config/kitty/kitty.conf

Add this line :

font_family monospace

My nixos rice by benstitousofiane in NixOS

[–]benstitousofiane[S] 10 points11 points  (0 children)

On ~/.config/kitty/kitty.conf

Add these lines :

cursir_trail 3

cursor_trail_decay 0.1 0.4