add t3 code
This commit is contained in:
Generated
+38
@@ -1507,6 +1507,7 @@
|
||||
"sops-nix": "sops-nix",
|
||||
"stylix": "stylix",
|
||||
"systems": "systems_6",
|
||||
"t3code": "t3code",
|
||||
"vicinae": "vicinae",
|
||||
"zmx": "zmx"
|
||||
}
|
||||
@@ -1735,6 +1736,43 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"t3code": {
|
||||
"inputs": {
|
||||
"nixpkgs": [
|
||||
"nixpkgs"
|
||||
],
|
||||
"t3code": "t3code_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1777062365,
|
||||
"narHash": "sha256-RPEnxELIpeIa6h/zL2QiY8H9sxQpHDKESP28KP9V468=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "94864cb5e414095c2d5aae43fcc656f8151257e5",
|
||||
"revCount": 8,
|
||||
"type": "git",
|
||||
"url": "https://gitea.linerds.us/unexplrd/t3code-flake"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.linerds.us/unexplrd/t3code-flake"
|
||||
}
|
||||
},
|
||||
"t3code_2": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1776967515,
|
||||
"narHash": "sha256-E5r9Ui7SKl2V6COTsNf2gSHnsae1ACrmHUutxO54Bak=",
|
||||
"owner": "pingdotgg",
|
||||
"repo": "t3code",
|
||||
"rev": "ada410bccff144ce4cfed0e2c6e18974b045f968",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "pingdotgg",
|
||||
"repo": "t3code",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"tinted-kitty": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
sops-nix.url = "github:mic92/sops-nix";
|
||||
stylix.url = "github:danth/stylix";
|
||||
systems.url = "github:nix-systems/default";
|
||||
t3code.url = "git+https://gitea.linerds.us/unexplrd/t3code-flake";
|
||||
vicinae.url = "github:vicinaehq/vicinae";
|
||||
zmx.url = "github:brittonr/zmx";
|
||||
|
||||
@@ -63,6 +64,7 @@
|
||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
stylix.inputs.systems.follows = "systems";
|
||||
t3code.inputs.nixpkgs.follows = "nixpkgs";
|
||||
vicinae.inputs.nixpkgs.follows = "nixpkgs";
|
||||
vicinae.inputs.systems.follows = "systems";
|
||||
zmx.inputs.zig2nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"com.github.PintaProject.Pinta" # bootleg paint
|
||||
"org.gimp.GIMP" # the holy gimp
|
||||
"org.kde.kdenlive" # video editor
|
||||
"com.collabora.Office" # libreoffice but pretty pixel-wasting ui
|
||||
"com.collaboraoffice.Office" # libreoffice but pretty pixel-wasting ui
|
||||
]
|
||||
++ [
|
||||
# chatting
|
||||
|
||||
@@ -213,6 +213,8 @@ in {
|
||||
appimage-run
|
||||
adwaita-icon-theme
|
||||
# vial # qmk keyboard configuring app
|
||||
perSystem.t3code.t3code-desktop
|
||||
perSystem.t3code.t3code-server
|
||||
pinentry-gnome3 # pinentry for rbw
|
||||
(mkIf libvirtd.enable virt-manager) # libvirt gui
|
||||
# waycheck # check wayland protocols
|
||||
|
||||
Reference in New Issue
Block a user