mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
gitlens
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
5fcef352e0
commit
7c28ff50aa
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
inputs:
|
inputs:
|
||||||
{ pkgs, lib, config, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
let
|
let
|
||||||
nix-software-center = inputs.nix-software-center.packages.${pkgs.system}.nix-software-center;
|
# nix-software-center = inputs.nix-software-center.packages.${pkgs.system}.nix-software-center;
|
||||||
/*
|
/*
|
||||||
doom-emacs = inputs.nix-doom-emacs.packages.${pkgs.system}.default.override {
|
doom-emacs = inputs.nix-doom-emacs.packages.${pkgs.system}.default.override {
|
||||||
doomPrivateDir = ./doom.d;
|
doomPrivateDir = ./doom.d;
|
||||||
|
@ -223,6 +223,7 @@ in {
|
||||||
enkia.tokyo-night # Tokyo Night theme
|
enkia.tokyo-night # Tokyo Night theme
|
||||||
arcticicestudio.nord-visual-studio-code # Nord theme
|
arcticicestudio.nord-visual-studio-code # Nord theme
|
||||||
jnoortheen.nix-ide # Nix stuff
|
jnoortheen.nix-ide # Nix stuff
|
||||||
|
eamodio.gitlens # Giga git
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue