Compare commits
1 Commits
db13ab54b6
...
670dc78ddf
Author | SHA1 | Date | |
---|---|---|---|
670dc78ddf |
@ -1,11 +0,0 @@
|
|||||||
name: nix flake check
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
nix-flake-update:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Install Nix
|
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
|
||||||
- run: /root/.nix-profile/bin/nix flake check --all-systems
|
|
@ -135,7 +135,7 @@
|
|||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
font-awesome
|
font-awesome
|
||||||
nerd-fonts.fira-mono
|
(nerdfonts.override {fonts = ["FiraMono"];})
|
||||||
mypkgs.comic-mono
|
mypkgs.comic-mono
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user