Compare commits
3 commits
d82c403da5
...
81193b919b
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 81193b919b | ||
Antoine Martin | 66006be931 | ||
Antoine Martin | 8739ada74c |
4
.github/workflows/cachix.yaml
vendored
4
.github/workflows/cachix.yaml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
extraPullNames: "nix-community"
|
extraPullNames: "nix-community"
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: nix build --verbose -L .#"${{ matrix.name }}"
|
run: nix build -L .#"${{ matrix.name }}"
|
||||||
|
|
||||||
build-configs:
|
build-configs:
|
||||||
name: NixOS configs
|
name: NixOS configs
|
||||||
|
@ -60,4 +60,4 @@ jobs:
|
||||||
extraPullNames: "nix-community"
|
extraPullNames: "nix-community"
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: nix build --verbose -L .#nixosConfigurations."${{ matrix.name }}".config.system.build.toplevel
|
run: nix build -L .#nixosConfigurations."${{ matrix.name }}".config.system.build.toplevel
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
" -*- tridactylrc -*-
|
||||||
|
|
||||||
" This wipes all existing settings. This means that if a setting in this file is
|
" This wipes all existing settings. This means that if a setting in this file is
|
||||||
" removed, then it will return to default. In other words, this file serves as
|
" removed, then it will return to default. In other words, this file serves as
|
||||||
" as an enforced single point of truth for Tridactyl's configuration.
|
" as an enforced single point of truth for Tridactyl's configuration.
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
# Default configuration
|
# Default configuration
|
||||||
./base
|
./base
|
||||||
|
|
||||||
|
# Module definitions
|
||||||
|
./modules
|
||||||
|
|
||||||
# Service definitions
|
# Service definitions
|
||||||
./services
|
./services
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue