Update files
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{ pkgs, pkgs-unstable, try-cli, nix-direnv, ... }:
|
{ pkgs, pkgs-unstable, try-cli, nix-direnv, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
krita-appimage = pkgs.callPackage ../packages/krita.nix { };
|
# krita-appimage = pkgs.callPackage ../packages/krita.nix { };
|
||||||
enpass = pkgs.enpass.overrideAttrs (oldAttrs: rec {
|
enpass = pkgs.enpass.overrideAttrs (oldAttrs: rec {
|
||||||
version = "6.11.13.1957";
|
version = "6.11.13.1957";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@ appimageTools.wrapType2 {
|
|||||||
install -m 444 -D ${appimageContents}/krita.png $out/share/icons/hicolor/256x256/apps/krita.png
|
install -m 444 -D ${appimageContents}/krita.png $out/share/icons/hicolor/256x256/apps/krita.png
|
||||||
substituteInPlace $out/share/applications/krita.desktop \
|
substituteInPlace $out/share/applications/krita.desktop \
|
||||||
--replace-fail "Exec=krita" "Exec=krita-appimage"
|
--replace-fail "Exec=krita" "Exec=krita-appimage"
|
||||||
|
|
||||||
source ${makeWrapper}/nix-support/setup-hook
|
source ${makeWrapper}/nix-support/setup-hook
|
||||||
wrapProgram $out/bin/${pname} \
|
wrapProgram $out/bin/${pname} \
|
||||||
--set FONTCONFIG_FILE /etc/fonts/fonts.conf
|
--set FONTCONFIG_FILE /etc/fonts/fonts.conf
|
||||||
|
|||||||
+2
-1
@@ -67,7 +67,8 @@
|
|||||||
wl-clipboard # Wayland clipboard manager
|
wl-clipboard # Wayland clipboard manager
|
||||||
wlogout # Wayland logout menu
|
wlogout # Wayland logout menu
|
||||||
xdg-terminal-exec # XDG terminal execution utility
|
xdg-terminal-exec # XDG terminal execution utility
|
||||||
yarn-berry # JavaScript package manager
|
# yarn-berry # JavaScript package manager
|
||||||
|
yarn # JavaScript package manager
|
||||||
zip # Archiver tool
|
zip # Archiver tool
|
||||||
zoxide # Better cd
|
zoxide # Better cd
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user