Compare commits
No commits in common. "df94e60e8eb2307011db638886f188a152a78307" and "4026c5053f68370454f5bab0a460785a516a2293" have entirely different histories.
df94e60e8e
...
4026c5053f
2 changed files with 12 additions and 12 deletions
|
@ -1,16 +1,11 @@
|
|||
{ ... }: {
|
||||
config.modules = {
|
||||
application = {
|
||||
gnupg.enable = true;
|
||||
zathura.enable = true;
|
||||
foot.enable = true;
|
||||
};
|
||||
cli = {
|
||||
direnv.enable = true;
|
||||
ghq.enable = true;
|
||||
git.enable = true;
|
||||
neovim.enable = true;
|
||||
utils.enable = true;
|
||||
vifm.enable = true;
|
||||
zsh.enable = true;
|
||||
};
|
||||
|
@ -28,10 +23,6 @@
|
|||
waybar = {
|
||||
laptop = true;
|
||||
gpuThermal.enable = false;
|
||||
cpuThermal = {
|
||||
hwmonPathAbs = "/sys/devices/platform/coretemp.0/hwmon/";
|
||||
inputFilename = "temp1_input";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -18,21 +18,30 @@ tasks:
|
|||
- "**/*.nix"
|
||||
|
||||
build:*:
|
||||
silent: true
|
||||
vars:
|
||||
TARGET: "{{index .MATCH 0}}"
|
||||
cmds:
|
||||
- nixos-rebuild --flake .#{{.TARGET}} build
|
||||
sources:
|
||||
- "**/*.nix"
|
||||
|
||||
switch:*:
|
||||
silent: true
|
||||
vars:
|
||||
TARGET: "{{index .MATCH 0}}"
|
||||
requires:
|
||||
vars: [TARGET]
|
||||
cmds:
|
||||
- doas nixos-rebuild --flake .#{{.TARGET}} switch
|
||||
|
||||
- doas nixos-rebuild --flake .#{{}} switch
|
||||
sources:
|
||||
- "**/*.nix"
|
||||
|
||||
test:*:
|
||||
silent: true
|
||||
vars:
|
||||
TARGET: "{{index .MATCH 0}}"
|
||||
cmds:
|
||||
- doas nixos-rebuild --flake .#{{.TARGET}} test
|
||||
|
||||
sources:
|
||||
- "**/*.nix"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue