bits and pieces
This commit is contained in:
parent
72402fb9fd
commit
32df0bb52d
5 changed files with 87 additions and 44 deletions
|
@ -53,6 +53,7 @@ in {
|
|||
culr
|
||||
|
||||
# kdeconnect
|
||||
plasma-browser-integration
|
||||
keepassxc
|
||||
git-credential-keepassxc
|
||||
|
||||
|
@ -61,21 +62,21 @@ in {
|
|||
mpv
|
||||
|
||||
gtk-engine-murrine
|
||||
(
|
||||
(plasma5Packages.polonium.override {}).overrideAttrs
|
||||
(old: {
|
||||
version = "1.0.0-alpha";
|
||||
# (
|
||||
# (plasma5Packages.polonium.override {}).overrideAttrs
|
||||
# (old: {
|
||||
# version = "1.0.0-alpha";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zeroxoneafour";
|
||||
repo = "polonium";
|
||||
rev = "94ba0faac40d2fbccebdb34bb4f7d6c7d162396f";
|
||||
hash = "sha256-uoL3GfGTj/rIQdWuBY0dBdEurkusSGF8YRnUS3gtvnQ=";
|
||||
};
|
||||
# src = fetchFromGitHub {
|
||||
# owner = "zeroxoneafour";
|
||||
# repo = "polonium";
|
||||
# rev = "94ba0faac40d2fbccebdb34bb4f7d6c7d162396f";
|
||||
# hash = "sha256-uoL3GfGTj/rIQdWuBY0dBdEurkusSGF8YRnUS3gtvnQ=";
|
||||
# };
|
||||
|
||||
npmDepsHash = "sha256-kaT3Uyq+/JkmebakG9xQuR4Kjo7vk6BzI1/LffOj/eo=";
|
||||
})
|
||||
)
|
||||
# npmDepsHash = "sha256-kaT3Uyq+/JkmebakG9xQuR4Kjo7vk6BzI1/LffOj/eo=";
|
||||
# })
|
||||
# )
|
||||
]
|
||||
++ pkgs.rice.fonts.pkgs
|
||||
++ pkgs.rice.icons.pkgs;
|
||||
|
@ -133,6 +134,12 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
# flags = ["--disable-up-arrow"];
|
||||
# package = inputs.atuin;
|
||||
};
|
||||
# programs.nix-index-database.comma.enable = true;
|
||||
# programs.nix-index = {
|
||||
# enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue