fix agenix
This commit is contained in:
parent
ab9955e681
commit
bf865e243c
4 changed files with 11 additions and 2 deletions
|
@ -60,6 +60,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
#lm_sensors
|
||||
#code-server
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
#lm_sensors
|
||||
code-server
|
||||
agenix.packages.x86_64-linux.default
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
];
|
||||
|
||||
environment.sessionVariables.WLR_RENDERER = "vulkan";
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
lm_sensors
|
||||
code-server
|
||||
agenix.packages.x86_64-linux.default
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue