Merge branch 'master' of github.com:Kropatz/nix-config
This commit is contained in:
@@ -5,4 +5,5 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
];
|
||||
virtualisation.docker.enableNvidia = lib.mkIf config.custom.hardware.nvidia.enable true;
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@ in
|
||||
kate
|
||||
jetbrains.idea-ultimate
|
||||
insomnia
|
||||
nodejs_21 # needed for tabby extension
|
||||
];
|
||||
|
||||
#environment.sessionVariables = {
|
||||
|
||||
Reference in New Issue
Block a user