non important commit

This commit is contained in:
maxstrb 2026-02-23 14:29:04 +01:00
parent df385da4b5
commit 7219685986
2 changed files with 45 additions and 2 deletions

43
flake.lock generated
View file

@ -162,6 +162,27 @@
"type": "github" "type": "github"
} }
}, },
"floatc": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1771834517,
"narHash": "sha256-/JnzpHYLTakTMbvvIFivKaX0XC8t//autgwkbKQhLe0=",
"ref": "refs/heads/main",
"rev": "0f5818432c108ae3de0335a6ad74e3057371cfad",
"revCount": 4,
"type": "git",
"url": "https://git.stribrny.org/max_ag/floating-calculator"
},
"original": {
"type": "git",
"url": "https://git.stribrny.org/max_ag/floating-calculator"
}
},
"fromYaml": { "fromYaml": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -364,6 +385,7 @@
"root": { "root": {
"inputs": { "inputs": {
"dolphin-overlay": "dolphin-overlay", "dolphin-overlay": "dolphin-overlay",
"floatc": "floatc",
"hexecute": "hexecute", "hexecute": "hexecute",
"home-manager": "home-manager", "home-manager": "home-manager",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
@ -372,6 +394,27 @@
"zen-browser": "zen-browser" "zen-browser": "zen-browser"
} }
}, },
"rust-overlay": {
"inputs": {
"nixpkgs": [
"floatc",
"nixpkgs"
]
},
"locked": {
"lastModified": 1771729765,
"narHash": "sha256-HNsDSR5bhLSrIpi9bTb2uTK1qnPo1xFSBxs6YmFyprk=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "be926cb1a76e8450ab2b92121b2e88d09fa4d41c",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"stylix": { "stylix": {
"inputs": { "inputs": {
"base16": "base16", "base16": "base16",

View file

@ -1,6 +1,6 @@
{ {
pkgs, pkgs,
floatc, inputs,
... ...
}: { }: {
imports = [ imports = [
@ -12,7 +12,7 @@
btop btop
fastfetch fastfetch
oh-my-posh oh-my-posh
floatc.packages.${pkgs.system}.default inputs.floatc.packages.${pkgs.system}.default
]; ];
gtk.enable = true; gtk.enable = true;