mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Experimenting with org-krita
This commit is contained in:
parent
f4c52cc68e
commit
fee67b2c6e
|
@ -4,7 +4,7 @@
|
||||||
outputs = inputs@{ self, nixpkgs, nixpkgs-staging-next, nixpkgs-stable, emacs-pin-nixpkgs,
|
outputs = inputs@{ self, nixpkgs, nixpkgs-staging-next, nixpkgs-stable, emacs-pin-nixpkgs,
|
||||||
kdenlive-pin-nixpkgs, home-manager, nix-doom-emacs, nix-straight, stylix,
|
kdenlive-pin-nixpkgs, home-manager, nix-doom-emacs, nix-straight, stylix,
|
||||||
blocklist-hosts, hyprland-plugins, rust-overlay, org-nursery, org-yaap,
|
blocklist-hosts, hyprland-plugins, rust-overlay, org-nursery, org-yaap,
|
||||||
org-side-tree, org-timeblock, phscroll, mini-frame, ... }:
|
org-side-tree, org-timeblock, org-krita, phscroll, mini-frame, ... }:
|
||||||
let
|
let
|
||||||
# ---- SYSTEM SETTINGS ---- #
|
# ---- SYSTEM SETTINGS ---- #
|
||||||
systemSettings = {
|
systemSettings = {
|
||||||
|
@ -122,6 +122,7 @@
|
||||||
inherit (inputs) org-yaap;
|
inherit (inputs) org-yaap;
|
||||||
inherit (inputs) org-side-tree;
|
inherit (inputs) org-side-tree;
|
||||||
inherit (inputs) org-timeblock;
|
inherit (inputs) org-timeblock;
|
||||||
|
inherit (inputs) org-krita;
|
||||||
inherit (inputs) phscroll;
|
inherit (inputs) phscroll;
|
||||||
inherit (inputs) mini-frame;
|
inherit (inputs) mini-frame;
|
||||||
#inherit (inputs) nix-flatpak;
|
#inherit (inputs) nix-flatpak;
|
||||||
|
@ -175,7 +176,7 @@
|
||||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||||
nixpkgs-stable.url = "nixpkgs/nixos-23.11";
|
nixpkgs-stable.url = "nixpkgs/nixos-23.11";
|
||||||
nixpkgs-staging-next.url = "nixpkgs/staging-next";
|
nixpkgs-staging-next.url = "nixpkgs/staging-next";
|
||||||
emacs-pin-nixpkgs.url = "nixpkgs/f8e2ebd66d097614d51a56a755450d4ae1632df1";
|
emacs-pin-nixpkgs.url = "nixpkgs/e8124a9c5db7f96c51ad8dd7587ed4e26ff44fd6";
|
||||||
kdenlive-pin-nixpkgs.url = "nixpkgs/cfec6d9203a461d9d698d8a60ef003cac6d0da94";
|
kdenlive-pin-nixpkgs.url = "nixpkgs/cfec6d9203a461d9d698d8a60ef003cac6d0da94";
|
||||||
|
|
||||||
home-manager.url = "github:nix-community/home-manager/master";
|
home-manager.url = "github:nix-community/home-manager/master";
|
||||||
|
@ -212,6 +213,10 @@
|
||||||
url = "github:ichernyshovvv/org-timeblock";
|
url = "github:ichernyshovvv/org-timeblock";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
org-krita = {
|
||||||
|
url = "github:lepisma/org-krita";
|
||||||
|
flake = false;
|
||||||
|
};
|
||||||
phscroll = {
|
phscroll = {
|
||||||
url = "github:misohena/phscroll";
|
url = "github:misohena/phscroll";
|
||||||
flake = false;
|
flake = false;
|
||||||
|
|
Loading…
Reference in a new issue