Skip to content

mrdev023/kde-nix-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kde-builder shell for NixOS

Requirements

kde-builder require git config alias. If you config is managed by home-manager, you need to add this following configuration.

programs.git = {
    [...]
    extraConfig = {
        url."https://invent.kde.org/".insteadOf = "kde:";
        url."ssh://git@invent.kde.org/".pushInsteadOf = "kde:";
    };
    [...]
};

How to use it

Without flake

nix-shell

With flake

nix develop

How to configure it

Use builtins command.

kde-builder --generate-config

Then, you can test it with solid

kde-builder solid

About

KDE Nix Shell with kde-builder full configured

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages