mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat: niveum version
This commit is contained in:
@@ -50,6 +50,7 @@ in
|
||||
./traadfri.nix
|
||||
./unclutter.nix
|
||||
# ./urxvt.nix
|
||||
./version.nix
|
||||
./vscode.nix
|
||||
./xautolock.nix
|
||||
# ./xresources.nix
|
||||
|
||||
7
configs/version.nix
Normal file
7
configs/version.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib.sources) commitIdFromGitRepo;
|
||||
in
|
||||
{
|
||||
environment.etc."NIVEUM_VERSION".text = commitIdFromGitRepo <niveum/.git>;
|
||||
}
|
||||
@@ -88,6 +88,7 @@ in {
|
||||
<niveum/configs/nixpkgs-unstable.nix>
|
||||
<niveum/configs/save-space.nix>
|
||||
<niveum/configs/tmux.nix>
|
||||
<niveum/configs/version.nix>
|
||||
<niveum/configs/traadfri.nix>
|
||||
<niveum/modules/retiolum.nix>
|
||||
<niveum/modules/telegram-bot.nix>
|
||||
|
||||
Reference in New Issue
Block a user