Fix totsugeki build
This commit is contained in:
parent
7a3e2ed1bc
commit
939c5358b7
3 changed files with 8 additions and 7 deletions
10
flake.lock
generated
10
flake.lock
generated
|
@ -8,15 +8,15 @@
|
||||||
"systems": "systems"
|
"systems": "systems"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1722047935,
|
"lastModified": 1733861304,
|
||||||
"narHash": "sha256-ZgCY8wttXuGlpja4S5MzDJMM8jkaetAmUPplsAQL+NA=",
|
"narHash": "sha256-UXjUam2xp8KUjD3iesb4Vyixk5DbLTYx02PCdBNaNNA=",
|
||||||
"owner": "ozwaldorf",
|
"owner": "aveeryy",
|
||||||
"repo": "ags",
|
"repo": "ags",
|
||||||
"rev": "ee5f76545831c3d1e5305988dd9d8a8ef9c5cea1",
|
"rev": "f79e61dab9fdeed7eb7bae03b7a46c8c61e635b0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "ozwaldorf",
|
"owner": "aveeryy",
|
||||||
"repo": "ags",
|
"repo": "ags",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
};
|
};
|
||||||
ags = {
|
ags = {
|
||||||
# url = "github:Aylur/ags";
|
# url = "github:Aylur/ags";
|
||||||
url = "github:ozwaldorf/ags";
|
url = "github:aveeryy/ags";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -59,7 +59,8 @@
|
||||||
inter
|
inter
|
||||||
ubuntu-sans
|
ubuntu-sans
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
(nerdfonts.override { fonts = [ "Iosevka" "UbuntuMono" ]; })
|
nerd-fonts.iosevka
|
||||||
|
nerd-fonts.ubuntu-mono
|
||||||
];
|
];
|
||||||
|
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue