added way edges properly plus screenshots
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
# Ricing
|
# Ricing
|
||||||
bibata-cursors
|
bibata-cursors
|
||||||
catppuccin-gtk
|
catppuccin-gtk
|
||||||
(builtins.getFlake "/etc/nixos/way-edges").packages.${pkgs.system}.default
|
inputs.way-edges.packages.${pkgs.system}.way-edges
|
||||||
waybar
|
waybar
|
||||||
hyprlock
|
hyprlock
|
||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
@@ -129,6 +129,7 @@
|
|||||||
wpaperd
|
wpaperd
|
||||||
kando
|
kando
|
||||||
oh-my-posh
|
oh-my-posh
|
||||||
|
grimblast
|
||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
carapace
|
carapace
|
||||||
|
|||||||
59
flake.lock
generated
59
flake.lock
generated
@@ -98,6 +98,22 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"nixpkgs_5": {
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1761597516,
|
||||||
|
"narHash": "sha256-wxX7u6D2rpkJLWkZ2E932SIvDJW8+ON/0Yy8+a5vsDU=",
|
||||||
|
"owner": "nixos",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"rev": "daf6dc47aa4b44791372d6139ab7b25269184d55",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "nixos",
|
||||||
|
"ref": "nixos-25.05",
|
||||||
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
|
},
|
||||||
"pinned-nixpkgs": {
|
"pinned-nixpkgs": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
@@ -120,7 +136,29 @@
|
|||||||
"chataigne": "chataigne",
|
"chataigne": "chataigne",
|
||||||
"elephant": "elephant",
|
"elephant": "elephant",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_3",
|
||||||
"walker": "walker"
|
"walker": "walker",
|
||||||
|
"way-edges": "way-edges"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"rust-overlay": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"way-edges",
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1761878277,
|
||||||
|
"narHash": "sha256-6fCtyVdTzoQejwoextAu7dCLoy5fyD3WVh+Qm7t2Nhg=",
|
||||||
|
"owner": "oxalica",
|
||||||
|
"repo": "rust-overlay",
|
||||||
|
"rev": "6604534e44090c917db714faa58d47861657690c",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "oxalica",
|
||||||
|
"repo": "rust-overlay",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"systems": {
|
"systems": {
|
||||||
@@ -174,6 +212,25 @@
|
|||||||
"repo": "walker",
|
"repo": "walker",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"way-edges": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": "nixpkgs_5",
|
||||||
|
"rust-overlay": "rust-overlay"
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1766153193,
|
||||||
|
"narHash": "sha256-E1kDfofMXNX5XjrJggSFDVid6/1ETmbp3qRXuuGd6zM=",
|
||||||
|
"owner": "way-edges",
|
||||||
|
"repo": "way-edges",
|
||||||
|
"rev": "03a9091642ad39345115223890000481eeac8333",
|
||||||
|
"type": "github"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"owner": "way-edges",
|
||||||
|
"repo": "way-edges",
|
||||||
|
"type": "github"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": "root",
|
"root": "root",
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
elephant.url = "github:abenz1267/elephant";
|
elephant.url = "github:abenz1267/elephant";
|
||||||
chataigne.url = "./chataigne";
|
chataigne.url = "./chataigne";
|
||||||
|
way-edges.url = "github:way-edges/way-edges";
|
||||||
|
|
||||||
walker = {
|
walker = {
|
||||||
url = "github:abenz1267/walker";
|
url = "github:abenz1267/walker";
|
||||||
|
|||||||
Reference in New Issue
Block a user