JumpIn-Git
JumpIn-Git
I have a proposal for this: `modules/nixos/module.nix` maps to `flake.nixosModules.module.nix`, while `modules/nixos/desktops/gnome.nix` maps to `flake.nixosModules.desktop.gnome` and if a subdirectory exists with only `default.nix`, for example `modules/nixos/gnome/default.nix` it will just map...
@zimbatm what do you think of this?
Any update on this... i really miss this feature, if i fore example would want to modularize a neovim/hyprland config i want to make a sub directory for it
```console git clone https://github.com/ysph/gHub-GUI cd gHub-GUI make all ``` will compile as in make the program and when u wanna open it run `sudo ./ghub-gui`
this program sucks rn, it can js change colors, just use piper, you should be able to install with pacman; https://github.com/libratbag/piper
there are so many issues with this, it should be disabled for now...
I would just add a option to the ml4w app
small thing, but you use bbenoist.nix for nix support in vsc, but this only provides syntax coloring, i reccomend using jnoortheen.nix-ide since it has coloring and autocompletion, it does need...
> I'm porting my current nix config to blueprint. In mine I wrap the loading of each host with some things that are common for each host, pretty much setting...
you could also just do ``` nixpkgs.overlays = [ (final: _prev: { unstable = import nixpkgs-unstable { inherit (final) system config; }; }) ]; ``` this way `pkgs.unstable.*` will reference...