Compare commits
3 Commits
670dc78ddf
...
db13ab54b6
Author | SHA1 | Date | |
---|---|---|---|
db13ab54b6 | |||
b959147b69 | |||
3fc00f521c |
11
.gitea/workflows/nix-flake-check.yaml
Normal file
11
.gitea/workflows/nix-flake-check.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
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; [
|
||||
font-awesome
|
||||
(nerdfonts.override {fonts = ["FiraMono"];})
|
||||
nerd-fonts.fira-mono
|
||||
mypkgs.comic-mono
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user